From daab6a1b0f136dc85da48b2f3bc4a3c2386d3edd Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 14 Jun 2023 22:22:06 -0700 Subject: [PATCH] Updated chart version --- .drone.yml | 4 ---- charts/hello-world/Chart.yaml | 2 +- charts/hello-world/i-am-a-new-file | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 charts/hello-world/i-am-a-new-file diff --git a/.drone.yml b/.drone.yml index 4f374e7..d702214 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,10 +10,6 @@ steps: - name: step1 image: alpine commands: - - ls - - find build-tools - - find charts - - echo $SHELL - ./build-tools/upload-new-versions.sh environment: GITEA_PASSWORD: diff --git a/charts/hello-world/Chart.yaml b/charts/hello-world/Chart.yaml index e123dc3..1e8a660 100644 --- a/charts/hello-world/Chart.yaml +++ b/charts/hello-world/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.1 +version: 0.1.2 # 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/hello-world/i-am-a-new-file b/charts/hello-world/i-am-a-new-file deleted file mode 100644 index c41b746..0000000 --- a/charts/hello-world/i-am-a-new-file +++ /dev/null @@ -1 +0,0 @@ -I have content!