diff --git a/.helm/Chart.yaml b/.helm/Chart.yaml index 45330ef..368d93d 100644 --- a/.helm/Chart.yaml +++ b/.helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: baphomet-js -version: 0.1.0 +version: 0.1.1 diff --git a/.helm/values.yaml b/.helm/values.yaml index 8b14c27..da8f2e2 100644 --- a/.helm/values.yaml +++ b/.helm/values.yaml @@ -18,7 +18,7 @@ persistence: accessMode: ReadWriteOnce enabled: true size: 10Mi - storageClass: microk8s-hostpath + storageClass: storage imagePullSecrets: [] nameOverride: "" diff --git a/pipeline.yml b/pipeline.yml index 71908ce..d868410 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -152,6 +152,8 @@ jobs: value: Always - key: app.env.node_env value: development + - key: persistence.storageClass + value: storage-hostpath recreate_pods: true # Release Pipeline - name: test-release