diff --git a/charts/opserver/Chart.yaml b/charts/opserver/Chart.yaml index b47a82ad..3b87b3dc 100644 --- a/charts/opserver/Chart.yaml +++ b/charts/opserver/Chart.yaml @@ -15,7 +15,7 @@ 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: 1.0.13 +version: 1.0.14 # 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 diff --git a/charts/opserver/templates/deployment.yaml b/charts/opserver/templates/deployment.yaml index 0bfc97c2..45297878 100644 --- a/charts/opserver/templates/deployment.yaml +++ b/charts/opserver/templates/deployment.yaml @@ -3,6 +3,8 @@ kind: Deployment metadata: name: {{ .Release.Name }} namespace: {{ .Release.Namespace }} + annotations: + reloader.stakater.com/auto: "true" spec: replicas: {{ .Values.replicaCount }} selector: diff --git a/cnab/app/variables.GCP.json b/cnab/app/variables.GCP.json index 22b37195..d917563a 100644 --- a/cnab/app/variables.GCP.json +++ b/cnab/app/variables.GCP.json @@ -3,7 +3,7 @@ "environment": "dev", "product": "pubplat", "project": "opserver", - "releaseTag": "pr-12" + "releaseTag": "pr-13" }, "runtime": { "cd": false,