Deprecate some charts and update rust-synapse-compress.
All checks were successful
ci/woodpecker/push/rust-synapse-compress-state Pipeline was successful
All checks were successful
ci/woodpecker/push/rust-synapse-compress-state Pipeline was successful
This commit is contained in:
parent
58c91df3a1
commit
6499edd2a3
18 changed files with 3 additions and 27 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
when:
|
|
||||||
path: "charts/matrix-appservice-irc/**"
|
|
||||||
branch: main
|
|
||||||
steps:
|
|
||||||
package:
|
|
||||||
image: "docker.io/alpine/helm:latest"
|
|
||||||
secrets: [helm_user, helm_password, helm_repo]
|
|
||||||
commands:
|
|
||||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
|
||||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
|
||||||
- helm cm-push charts/matrix-appservice-irc therepo
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
when:
|
|
||||||
path: "charts/mautrix-facebook/**"
|
|
||||||
branch: main
|
|
||||||
steps:
|
|
||||||
package:
|
|
||||||
image: "docker.io/alpine/helm:latest"
|
|
||||||
secrets: [helm_user, helm_password, helm_repo]
|
|
||||||
commands:
|
|
||||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
|
||||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
|
||||||
- helm cm-push charts/mautrix-facebook therepo
|
|
|
@ -15,10 +15,10 @@ type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "3956e0f6be3a58c50f14146d78c30a74fcb3cca9"
|
appVersion: "v0.1.4"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: git.a09.uk/alex/rust-synapse-compress-state
|
repository: ghcr.io/matrix-org/rust-synapse-compress-state
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
Loading…
Reference in a new issue