Skip to content

Commit

Permalink
Use ghcr for other images
Browse files Browse the repository at this point in the history
  • Loading branch information
chadweimer committed Aug 6, 2023
1 parent 624d863 commit 1a785d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion charts/gomp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gomp
description: Web-based recipe book
type: application
version: 1.0.0
version: 1.0.1
appVersion: "3.5.0"
dependencies:
- name: postgresql
Expand All @@ -11,4 +11,6 @@ dependencies:
condition: postgresql.enabled
sources:
- https://github.com/chadweimer/gomp
- https://github.com/users/chadweimer/packages/container/package/aws-cli
- https://github.com/users/chadweimer/packages/container/package/gomp
- https://github.com/users/chadweimer/packages/container/package/pgsql-s3-backup
2 changes: 1 addition & 1 deletion charts/gomp/templates/data-backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: {{ .name }}
securityContext:
{{- toYaml $.Values.securityContext | nindent 16 }}
image: cwmr/aws-cli:1.24.10
image: ghcr.io/chadweimer/aws-cli:1.29.20
command:
- "aws"
- "s3"
Expand Down
2 changes: 1 addition & 1 deletion charts/gomp/templates/db-backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
subPath: {{ .destination.subPath }}
{{- end }}
{{- else if .destination.type | eq "s3" }}
image: cwmr/pgsql-s3-backup:1.3.0
image: ghcr.io/chadweimer/pgsql-s3-backup:1.4.0
env:
- name: POSTGRES_DATABASE
value: {{ $.Values.postgresql.auth.database }}
Expand Down

0 comments on commit 1a785d5

Please sign in to comment.