Skip to content

Commit

Permalink
Fix s3-connector 2.3.0 appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 11, 2024
1 parent 8d4a0be commit 069388c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/radar-self-enrolment-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion charts/s3-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/s3-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/s3-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 069388c

Please sign in to comment.