From d2c06de247db8842ecabab7fa71a2e60f31d8864 Mon Sep 17 00:00:00 2001 From: Jayden Pyles Date: Mon, 2 Jun 2025 20:45:06 -0500 Subject: [PATCH] feat: add auto deploy workflow --- .github/workflows/docker-image.yml | 4 ++++ helm/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4c7fdea..5c718e8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,6 +18,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Echo version + run: | + echo "Version is ${{ inputs.version }}" + - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/helm/Chart.yaml b/helm/Chart.yaml index cad8ea8..5c545c8 100644 --- a/helm/Chart.yaml +++ b/helm/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.1.1 +version: 1.1.0 # 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