Skip to content

Commit

Permalink
Merge pull request #40 from wunderio/feature/silta1
Browse files Browse the repository at this point in the history
Silta v1 tags
  • Loading branch information
Jancis authored Oct 2, 2023
2 parents 095cbb4 + d9309de commit a45a94e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<org name>/settings/apps/<app name>/installations`). URL address is `<host>/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
```
2 changes: 1 addition & 1 deletion deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "1.0"
description: Deployment remover
name: deployment-remover
version: 0.1.0
version: 1.0.0
2 changes: 1 addition & 1 deletion deploy/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a45a94e

Please sign in to comment.