diff --git a/dind/Chart.yaml b/dind/Chart.yaml index 8dcb9c1..1bb59f8 100644 --- a/dind/Chart.yaml +++ b/dind/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: dind description: Run Docker in Docker in Kubernetes type: application -version: 0.2.0 +version: 0.2.1 appVersion: "0.0.0" dependencies: - name: common diff --git a/dind/templates/deployment.yaml b/dind/templates/deployment.yaml index f1c7731..3e07180 100644 --- a/dind/templates/deployment.yaml +++ b/dind/templates/deployment.yaml @@ -1,3 +1,10 @@ {{- include "common.deployment" (list . "dind.deployment") -}} {{- define "dind.deployment" -}} +spec: + template: + spec: + volumes: + - name: {{ .Chart.Name }}-storage + persistentVolumeClaim: + claimName: {{ .Release.Name }}-{{ .Chart.Name }}-pvc {{- end -}} diff --git a/vertex-containers/Chart.lock b/vertex-containers/Chart.lock index 48ed874..36c4f25 100644 --- a/vertex-containers/Chart.lock +++ b/vertex-containers/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 13.2.25 - name: dind repository: file://../dind - version: 0.2.0 -digest: sha256:b8d3be2f1669a34de57403e657be374b370ccbff5ecf51cf512e63a75a5d2030 -generated: "2024-01-09T06:17:22.40997-05:00" + version: 0.2.1 +digest: sha256:b3e3080ed7e21a1f414d44b44408a978d6fb1feab4e53266189bae48f89aab8d +generated: "2024-01-09T07:06:58.214987-05:00" diff --git a/vertex-containers/Chart.yaml b/vertex-containers/Chart.yaml index 8412f08..2dfdf71 100644 --- a/vertex-containers/Chart.yaml +++ b/vertex-containers/Chart.yaml @@ -12,5 +12,5 @@ dependencies: version: 13.2.25 repository: https://charts.bitnami.com/bitnami - name: dind - version: 0.2.0 + version: 0.2.1 repository: "file://../dind"