Skip to content

Commit

Permalink
Use new registry location
Browse files Browse the repository at this point in the history
  • Loading branch information
chadweimer committed Aug 6, 2023
1 parent 66163ca commit 624d863
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
version: v3.12.2

- name: Prep Helm
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14 changes: 7 additions & 7 deletions charts/gomp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: gomp
description: Web-based recipe book
type: application
version: 0.5.0
appVersion: "3.4.0"
version: 1.0.0
appVersion: "3.5.0"
dependencies:
- name: postgresql
version: "11.9.13"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
- name: postgresql
version: "11.9.13"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
sources:
- https://github.com/chadweimer/gomp
- https://hub.docker.com/r/cwmr/gomp
- https://github.com/users/chadweimer/packages/container/package/gomp
17 changes: 11 additions & 6 deletions charts/gomp/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

image:
repository: cwmr/gomp
repository: ghcr.io/chadweimer/gomp
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand All @@ -21,10 +21,12 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand Down Expand Up @@ -68,7 +70,8 @@ persistence:
# type: hostPath
# hostPath: /path/on/host

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down Expand Up @@ -109,7 +112,8 @@ gomp:
bucket: ""
region: ""
backups:
db: []
db:
[]
# - name: daily
# schedule: "0 3 * * *"
# destination:
Expand All @@ -122,7 +126,8 @@ gomp:
# server: 1.2.3.4
# path: /path/to/share
# subPath: sub/path
data: []
data:
[]
# - name: daily
# schedule: "0 3 * * *"
# destination:
Expand Down

0 comments on commit 624d863

Please sign in to comment.