diff --git a/signadot/operator/Chart.yaml b/signadot/operator/Chart.yaml index 62df82e..5b9c6e3 100644 --- a/signadot/operator/Chart.yaml +++ b/signadot/operator/Chart.yaml @@ -6,10 +6,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.9.1" +version: "0.9.2" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.1" +appVersion: "0.9.2" diff --git a/signadot/operator/templates/agent-deployment.yaml b/signadot/operator/templates/agent-deployment.yaml index 655043b..b621436 100644 --- a/signadot/operator/templates/agent-deployment.yaml +++ b/signadot/operator/templates/agent-deployment.yaml @@ -48,7 +48,7 @@ spec: secretKeyRef: key: token name: cluster-agent - image: {{ with .Values.agent }}{{ .image | default "signadot/agent:v0.9.1" | quote }}{{ else }}signadot/agent:v0.9.1{{ end }} + image: {{ with .Values.agent }}{{ .image | default "signadot/agent:v0.9.2" | quote }}{{ else }}signadot/agent:v0.9.2{{ end }} imagePullPolicy: {{ with .Values.agent }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }} livenessProbe: httpGet: diff --git a/signadot/operator/templates/routeserver-deployment.yaml b/signadot/operator/templates/routeserver-deployment.yaml index b2d638a..c222f5b 100644 --- a/signadot/operator/templates/routeserver-deployment.yaml +++ b/signadot/operator/templates/routeserver-deployment.yaml @@ -36,7 +36,7 @@ spec: {{- end }} spec: containers: - - image: {{ with .Values.routeServer }}{{ .image | default "signadot/route-server:v0.9.1" | quote }}{{ else }}signadot/route-server:v0.9.1{{ end }} + - image: {{ with .Values.routeServer }}{{ .image | default "signadot/route-server:v0.9.2" | quote }}{{ else }}signadot/route-server:v0.9.2{{ end }} imagePullPolicy: {{ with .Values.routeServer }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }} name: routeserver ports: diff --git a/signadot/operator/templates/signadot-controller-manager-deployment.yaml b/signadot/operator/templates/signadot-controller-manager-deployment.yaml index a22197f..653e835 100644 --- a/signadot/operator/templates/signadot-controller-manager-deployment.yaml +++ b/signadot/operator/templates/signadot-controller-manager-deployment.yaml @@ -47,10 +47,10 @@ spec: - name: ALLOWED_NAMESPACES value: {{ range $i, $val := .Values.allowedNamespaces }}{{ if gt $i 0 }},{{ end }}{{ $val }}{{ else }}""{{ end }} - name: ROUTE_SIDECAR_IMAGE - value: {{ with .Values.routeSidecar }}{{ .image | default "signadot/route-sidecar:v0.9.1" | quote }}{{ else }}signadot/route-sidecar:v0.9.1{{ end }} + value: {{ with .Values.routeSidecar }}{{ .image | default "signadot/route-sidecar:v0.9.2" | quote }}{{ else }}signadot/route-sidecar:v0.9.2{{ end }} - name: EXECPOD_SIDECAR_IMAGE - value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.9.1" | quote }}{{ else }}signadot/execpod-sidecar:v0.9.1{{ end }} - image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.9.1" | quote }}{{ else }}signadot/operator:v0.9.1{{ end }} + value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.9.2" | quote }}{{ else }}signadot/execpod-sidecar:v0.9.2{{ end }} + image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.9.2" | quote }}{{ else }}signadot/operator:v0.9.2{{ end }} imagePullPolicy: {{ with .Values.operator }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }} livenessProbe: httpGet: