From 69aa675f268f316343508e8badfa7fdd81889ca4 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 1 Apr 2025 20:14:30 -0500 Subject: [PATCH] v0.1.1 --- charts/kubernaut/Chart.yaml | 4 ++-- kustomize/app/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubernaut/Chart.yaml b/charts/kubernaut/Chart.yaml index c4fd3b4..a733949 100644 --- a/charts/kubernaut/Chart.yaml +++ b/charts/kubernaut/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.1.0 +version: 0.1.1 # 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.1.0" +appVersion: "0.1.1" diff --git a/kustomize/app/deployment.yaml b/kustomize/app/deployment.yaml index f83c940..b064924 100644 --- a/kustomize/app/deployment.yaml +++ b/kustomize/app/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: kubernaut - image: git.kill0.net/ryanc/kubernaut:latest + image: git.kill0.net/ryanc/kubernaut:0.1.1 imagePullPolicy: Always ports: - name: sinatra-web