Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fix/curl image regression in v0.32.0 (#559)
Browse files Browse the repository at this point in the history
* fix issue with global/local scope

* bump version (patch)
  • Loading branch information
jleni authored Jan 26, 2023
1 parent 555e383 commit d862ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.33.0
version: 0.33.1
icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png

# appVersion specifies the version of the software, which can vary wildly,
Expand Down
4 changes: 2 additions & 2 deletions charts/timescaledb-single/templates/pgbackrest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ spec:
restartPolicy: OnFailure
containers:
- name: {{ template "timescaledb.fullname" $ }}-{{ .type }}
image: "{{ .Values.curlImage.repository }}:{{ .Values.curlImage.tag }}"
imagePullPolicy: {{ .Values.curlImage.pullPolicy }}
image: "{{ $.Values.curlImage.repository }}:{{ $.Values.curlImage.tag }}"
imagePullPolicy: {{ $.Values.curlImage.pullPolicy }}
command: ["/usr/bin/curl"]
args:
- --connect-timeout
Expand Down

0 comments on commit d862ba4

Please sign in to comment.