diff --git a/charts/kalavai-watcher/Chart.yaml b/charts/kalavai-watcher/Chart.yaml index 40a16a3..8052430 100644 --- a/charts/kalavai-watcher/Chart.yaml +++ b/charts/kalavai-watcher/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: 0.1.8 +version: 0.1.9 # 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/kalavai-watcher/templates/deployment.yaml b/charts/kalavai-watcher/templates/deployment.yaml index 12bcfa3..52c882c 100644 --- a/charts/kalavai-watcher/templates/deployment.yaml +++ b/charts/kalavai-watcher/templates/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: kube-watcher-api - image: bundenth/kube_watcher:v1.0.1 + image: bundenth/kube_watcher:v1.0.2 imagePullPolicy: "IfNotPresent" ports: - containerPort: 8000 @@ -32,4 +32,4 @@ spec: port: 8000 initialDelaySeconds: 20 periodSeconds: 30 - serviceAccountName: api-service-account # Service account with cluster permissions \ No newline at end of file + serviceAccountName: api-service-account # Service account with cluster permissions