From f4f0b6bec9a3e0f156be5f22e477468176ddadbe Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 17:13:37 +0000 Subject: [PATCH 1/3] Update deployment.yaml --- durpapi/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/durpapi/templates/deployment.yaml b/durpapi/templates/deployment.yaml index 7dcf5f5..701b435 100644 --- a/durpapi/templates/deployment.yaml +++ b/durpapi/templates/deployment.yaml @@ -17,11 +17,11 @@ spec: spec: containers: - name: durpapi - image: ghcr.io/developerdurp/durpapi:latest + image: registry.gitlab.com/developerdurp/durpapi imagePullPolicy: Always ports: - name: http containerPort: 8080 envFrom: - secretRef: - name: durpapi-secret \ No newline at end of file + name: durpapi-secret From 1f4b24db4d694803ebad18757e0a59c706cb4597 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 17:22:16 +0000 Subject: [PATCH 2/3] Update deployment.yaml --- durpot/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From e79358cf9cc5ce9f492602ec6e4d6d1415c7f6d0 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 19:06:12 +0000 Subject: [PATCH 3/3] Update Chart.yaml --- durpapi/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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