From 069388cba51dcf3ef4439a14951d51320376560d Mon Sep 17 00:00:00 2001 From: pvannierop Date: Fri, 11 Oct 2024 12:24:23 +0200 Subject: [PATCH] Fix s3-connector 2.3.0 appversion --- charts/radar-self-enrolment-ui/README.md | 2 +- charts/s3-proxy/README.md | 2 +- charts/s3-proxy/templates/deployment.yaml | 2 +- charts/s3-proxy/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/radar-self-enrolment-ui/README.md b/charts/radar-self-enrolment-ui/README.md index 3b4be316..623b5f0d 100644 --- a/charts/radar-self-enrolment-ui/README.md +++ b/charts/radar-self-enrolment-ui/README.md @@ -87,4 +87,4 @@ A Helm chart for ORY Kratos's example ui for Kubernetes | readinessProbe.failureThreshold | int | `3` | Failure threshold for readinessProbe | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/s3-proxy/README.md b/charts/s3-proxy/README.md index 706c9bc5..1ab82239 100644 --- a/charts/s3-proxy/README.md +++ b/charts/s3-proxy/README.md @@ -32,7 +32,7 @@ A Helm chart for S3 Proxy. It uses https://hub.docker.com/r/andrewgaul/s3proxy t |-----|------|---------|-------------| | replicaCount | int | `1` | Number of s3-proxy replicas to deploy | | image.repository | string | `"andrewgaul/s3proxy"` | s3-proxy image repository | -| image.tag | string | `nil` | s3-proxy image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"sha-85b0f98"` | s3-proxy image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. | | image.pullPolicy | string | `"IfNotPresent"` | s3-proxy image pull policy | | imagePullSecrets | list | `[]` | Docker registry secret names as an array | | nameOverride | string | `""` | String to partially override s3-proxy.fullname template with a string (will prepend the release name) | diff --git a/charts/s3-proxy/templates/deployment.yaml b/charts/s3-proxy/templates/deployment.yaml index ac6eefe6..a92280d0 100644 --- a/charts/s3-proxy/templates/deployment.yaml +++ b/charts/s3-proxy/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: S3PROXY_AUTHORIZATION diff --git a/charts/s3-proxy/values.yaml b/charts/s3-proxy/values.yaml index 47c9189e..50c6c2de 100644 --- a/charts/s3-proxy/values.yaml +++ b/charts/s3-proxy/values.yaml @@ -10,7 +10,7 @@ image: repository: andrewgaul/s3proxy # -- s3-proxy image tag (immutable tags are recommended) # Overrides the image tag whose default is the chart appVersion. - tag: + tag: sha-85b0f98 # -- s3-proxy image pull policy pullPolicy: IfNotPresent