diff --git a/VERSION b/VERSION index b9bc2fd..8b3a022 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v1.3.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index e1f4b01..bc99849 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -91,7 +91,7 @@ spec: logging.kubesphere.io/logsidecar-injector: logsidecar-injector-deploy spec: containers: - - image: kubesphere/log-sidecar-injector:latest + - image: kubesphere/log-sidecar-injector:v1.3.0 imagePullPolicy: IfNotPresent name: logsidecar-injector resources: diff --git a/config/kustomization.yaml b/config/kustomization.yaml index b2ebd45..1450652 100644 --- a/config/kustomization.yaml +++ b/config/kustomization.yaml @@ -39,6 +39,6 @@ images: newTag: v0.3.0 - name: injector newName: kubesphere/log-sidecar-injector - newTag: latest + newTag: v1.3.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization