diff --git a/durpapi/Chart.yaml b/durpapi/Chart.yaml index f72d46b..d7d93b9 100644 --- a/durpapi/Chart.yaml +++ b/durpapi/Chart.yaml @@ -2,6 +2,10 @@ apiVersion: v2 name: durpapi description: A Helm chart for Kubernetes type: application +version: 0.0.1 +appVersion: 0.0.1 -version: 0.1.0 -appVersion: "0.1.0" +dependencies: +- name: durpapi + repository: https://gitlab.com/api/v4/projects/45025483/packages/helm/stable + version: 0.1.0 diff --git a/durpot/templates/deployment.yaml b/durpot/templates/deployment.yaml index 9ac5b77..a238393 100644 --- a/durpot/templates/deployment.yaml +++ b/durpot/templates/deployment.yaml @@ -17,8 +17,8 @@ spec: spec: containers: - name: durpot - image: ghcr.io/developerdurp/durpot:latest + image: registry.gitlab.com/developerdurp/durpot imagePullPolicy: Always envFrom: - secretRef: - name: durpot-secret \ No newline at end of file + name: durpot-secret