diff --git a/k8s/charts/ephmrl/Chart.yaml b/k8s/charts/ephmrl/Chart.yaml index 8db1101..ec9f2b3 100644 --- a/k8s/charts/ephmrl/Chart.yaml +++ b/k8s/charts/ephmrl/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: ephmrl description: A Helm chart for ephmrl type: application -version: 0.0.6 -appVersion: "0.0.6" +version: 0.0.7 +appVersion: "0.0.7" dependencies: - name: api - version: "0.0.6" + version: "0.0.7" repository: file://charts/api \ No newline at end of file diff --git a/k8s/charts/ephmrl/charts/api/Chart.yaml b/k8s/charts/ephmrl/charts/api/Chart.yaml index a48407c..850d5d5 100644 --- a/k8s/charts/ephmrl/charts/api/Chart.yaml +++ b/k8s/charts/ephmrl/charts/api/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.6 +version: 0.0.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.6" +appVersion: "0.0.7" diff --git a/k8s/charts/ephmrl/charts/api/values.yaml b/k8s/charts/ephmrl/charts/api/values.yaml index 701ce0e..d094cc3 100644 --- a/k8s/charts/ephmrl/charts/api/values.yaml +++ b/k8s/charts/ephmrl/charts/api/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "api-0.0.6" + tag: "api-0.0.7" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: [] diff --git a/k8s/charts/ephmrl/values.yaml b/k8s/charts/ephmrl/values.yaml index f7fdd3c..8004ef7 100644 --- a/k8s/charts/ephmrl/values.yaml +++ b/k8s/charts/ephmrl/values.yaml @@ -8,7 +8,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "frontend-0.0.6" + tag: "frontend-0.0.7" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: []