File tree Expand file tree Collapse file tree 6 files changed +35
-23
lines changed
Expand file tree Collapse file tree 6 files changed +35
-23
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ description: Chart for PostgreSQL
4747#
4848# 2.2.0
4949# - Removed support for PostgreSQL 15, because Alpine 3.23 does not carry packages for it anymore.
50- version : 2.2.27 # this version number is SemVer as it gets used to auto bump
50+ version : 2.2.28 # this version number is SemVer as it gets used to auto bump
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 {{- $repo := index . 1 -}}
44 {{- $version := index . 2 -}}
55
6- {{- $all_tags := $ctx .Files.Get " files/tags.json " | required " files/tags.json not found " | fromJson -}}
6+ {{- $all_tags := include " postgresql-ng.tags_json " $ctx | fromJson -}}
77 {{- $repo_tags := index $all_tags $repo | required (printf " unknown repo: %q " (printf " shared-app-images/%s " $repo )) -}}
88 {{- index $repo_tags $version | required (printf " no such version in repo: %q " (printf " shared-app-images/%s :%s " $repo $version )) -}}
99{{- end -}}
2222 {{- end }}
2323 {{- printf " %s /shared-app-images/%s :%s " $registry $repo $tag -}}
2424{{- end -}}
25+
26+ {{- define " postgresql-ng.tags_json" -}}
27+ {{/* Do not change these marker comments! They are required for the automation that updates this data. */ }}
28+ {{/* -----BEGIN TAGS_JSON PAYLOAD----- */ }}
29+ {
30+ " alpine-kubectl" : {
31+ " latest" : " latest-20260305150720"
32+ },
33+ " alpine-psql" : {
34+ " latest" : " latest-20260307031328"
35+ }
36+ }
37+ {{/* -----END TAGS_JSON PAYLOAD----- */ }}
38+ {{- end -}}
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ name: redis
4949#
5050# 2.4.0
5151# - Switch to inhouse-built redis_exporter image from ccloud/shared-app-images/redis-exporter.
52- version : 2.4.17 # this version number is SemVer as it gets used to auto bump
52+ version : 2.4.18 # this version number is SemVer as it gets used to auto bump
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 {{- $repo := index . 1 -}}
44 {{- $version := index . 2 -}}
55
6- {{- $all_tags := $ctx .Files.Get " files/tags.json " | required " files/tags.json not found " | fromJson -}}
6+ {{- $all_tags := include " redis.tags_json " $ctx | fromJson -}}
77 {{- $repo_tags := index $all_tags $repo | required (printf " unknown repo: %q " (printf " shared-app-images/%s " $repo )) -}}
88 {{- index $repo_tags $version | required (printf " no such version in repo: %q " (printf " shared-app-images/%s :%s " $repo $version )) -}}
99{{- end -}}
2222 {{- end }}
2323 {{- printf " %s /shared-app-images/%s :%s " $registry $repo $tag -}}
2424{{- end -}}
25+
26+ {{- define " redis.tags_json" -}}
27+ {{/* Do not change these marker comments! They are required for the automation that updates this data. */ }}
28+ {{/* -----BEGIN TAGS_JSON PAYLOAD----- */ }}
29+ {
30+ " alpine-kubectl" : {
31+ " latest" : " latest-20260305150720"
32+ },
33+ " alpine-valkey" : {
34+ " 9.0" : " 9.0-20260305142458"
35+ },
36+ " redis-exporter" : {
37+ " latest" : " 1.82.0-20260309103756"
38+ }
39+ }
40+ {{/* -----END TAGS_JSON PAYLOAD----- */ }}
41+ {{- end -}}
You can’t perform that action at this time.
0 commit comments