From d9309def9abfb66dd3ff08dbe8d4dc2a0f4b7397 Mon Sep 17 00:00:00 2001 From: Janis Bebritis Date: Mon, 2 Oct 2023 12:28:52 +0300 Subject: [PATCH] Silta v1 tags, chart version --- README.md | 15 +++++++++++++++ deploy/Chart.yaml | 2 +- deploy/values.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4849bd5..3586df9 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,18 @@ Compatibility: 2. Application permissions & webhooks section, add `Repository contents` r/o permission and check `Delete (Branch or tag deleted.)` option in `Subscribe to events` section. 3. Enable this application in your organisation (`https://github.com/organizations//settings/apps//installations`). URL address is `/webhooks` (port 80) + +# Docker image build + +**Automated builds:** + +Tag a new release in github, docker hub integration will build and publish the images automatically. + +**Manual builds (only when automated builds are not working):** + +```bash +docker build --tag 'wunderio/silta-deployment-remover:latest' --tag 'wunderio/silta-deployment-remover:v1' --tag 'wunderio/silta-deployment-remover:v1.X' --tag 'wunderio/silta-deployment-remover:v1.X.Y' . +docker push wunderio/silta-deployment-remover:v1 +docker push wunderio/silta-deployment-remover:v1.X +docker push wunderio/silta-deployment-remover:v1.X.Y +``` diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml index 3f5c9df..fae618f 100644 --- a/deploy/Chart.yaml +++ b/deploy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 appVersion: "1.0" description: Deployment remover name: deployment-remover -version: 0.1.0 +version: 1.0.0 diff --git a/deploy/values.yaml b/deploy/values.yaml index 580593c..ae7a923 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -1,7 +1,7 @@ enabled: true replicas: 1 image: wunderio/silta-deployment-remover -imageTag: v0.2 +imageTag: v1 # Github webhooks secret webhooksSecret: '' # Kubernetes resource allocation.