From 971bc32d0d20015c53c9afd005a51f39a7ec3092 Mon Sep 17 00:00:00 2001 From: Scott Cotton Date: Wed, 4 Jan 2023 22:54:33 +0100 Subject: [PATCH] release v0.11.1 --- signadot/operator/Chart.yaml | 4 ++-- signadot/operator/templates/agent-deployment.yaml | 2 +- signadot/operator/templates/routeserver-deployment.yaml | 2 +- .../templates/signadot-controller-manager-deployment.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/signadot/operator/Chart.yaml b/signadot/operator/Chart.yaml index a492608..b49637f 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.11.0" +version: "0.11.1" # 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.11.0" +appVersion: "0.11.1" diff --git a/signadot/operator/templates/agent-deployment.yaml b/signadot/operator/templates/agent-deployment.yaml index 6ee2cbe..91c850a 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.11.0" | quote }}{{ else }}signadot/agent:v0.11.0{{ end }} + image: {{ with .Values.agent }}{{ .image | default "signadot/agent:v0.11.1" | quote }}{{ else }}signadot/agent:v0.11.1{{ 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 1236bcb..10f3af5 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.11.0" | quote }}{{ else }}signadot/route-server:v0.11.0{{ end }} + - image: {{ with .Values.routeServer }}{{ .image | default "signadot/route-server:v0.11.1" | quote }}{{ else }}signadot/route-server:v0.11.1{{ 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 450d7f5..16fa4ab 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.11.0" | quote }}{{ else }}signadot/route-sidecar:v0.11.0{{ end }} + value: {{ with .Values.routeSidecar }}{{ .image | default "signadot/route-sidecar:v0.11.1" | quote }}{{ else }}signadot/route-sidecar:v0.11.1{{ end }} - name: EXECPOD_SIDECAR_IMAGE - value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.11.0" | quote }}{{ else }}signadot/execpod-sidecar:v0.11.0{{ end }} - image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.11.0" | quote }}{{ else }}signadot/operator:v0.11.0{{ end }} + value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.11.1" | quote }}{{ else }}signadot/execpod-sidecar:v0.11.1{{ end }} + image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.11.1" | quote }}{{ else }}signadot/operator:v0.11.1{{ end }} imagePullPolicy: {{ with .Values.operator }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }} livenessProbe: httpGet: