diff --git a/.woodpecker/matrix-appservice-irc.yaml b/.woodpecker/matrix-appservice-irc.yaml deleted file mode 100644 index 340d315..0000000 --- a/.woodpecker/matrix-appservice-irc.yaml +++ /dev/null @@ -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 diff --git a/.woodpecker/mautrix-facebook.yaml b/.woodpecker/mautrix-facebook.yaml deleted file mode 100644 index ce21f66..0000000 --- a/.woodpecker/mautrix-facebook.yaml +++ /dev/null @@ -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 diff --git a/charts/matrix-appservice-irc/.helmignore b/charts/_deprecated/matrix-appservice-irc/.helmignore similarity index 100% rename from charts/matrix-appservice-irc/.helmignore rename to charts/_deprecated/matrix-appservice-irc/.helmignore diff --git a/charts/matrix-appservice-irc/Chart.yaml b/charts/_deprecated/matrix-appservice-irc/Chart.yaml similarity index 100% rename from charts/matrix-appservice-irc/Chart.yaml rename to charts/_deprecated/matrix-appservice-irc/Chart.yaml diff --git a/charts/matrix-appservice-irc/templates/_helpers.tpl b/charts/_deprecated/matrix-appservice-irc/templates/_helpers.tpl similarity index 100% rename from charts/matrix-appservice-irc/templates/_helpers.tpl rename to charts/_deprecated/matrix-appservice-irc/templates/_helpers.tpl diff --git a/charts/matrix-appservice-irc/templates/deployment.yaml b/charts/_deprecated/matrix-appservice-irc/templates/deployment.yaml similarity index 100% rename from charts/matrix-appservice-irc/templates/deployment.yaml rename to charts/_deprecated/matrix-appservice-irc/templates/deployment.yaml diff --git a/charts/matrix-appservice-irc/templates/secret.yaml b/charts/_deprecated/matrix-appservice-irc/templates/secret.yaml similarity index 100% rename from charts/matrix-appservice-irc/templates/secret.yaml rename to charts/_deprecated/matrix-appservice-irc/templates/secret.yaml diff --git a/charts/matrix-appservice-irc/templates/service.yaml b/charts/_deprecated/matrix-appservice-irc/templates/service.yaml similarity index 100% rename from charts/matrix-appservice-irc/templates/service.yaml rename to charts/_deprecated/matrix-appservice-irc/templates/service.yaml diff --git a/charts/matrix-appservice-irc/values.yaml b/charts/_deprecated/matrix-appservice-irc/values.yaml similarity index 100% rename from charts/matrix-appservice-irc/values.yaml rename to charts/_deprecated/matrix-appservice-irc/values.yaml diff --git a/charts/mautrix-facebook/.helmignore b/charts/_deprecated/mautrix-facebook/.helmignore similarity index 100% rename from charts/mautrix-facebook/.helmignore rename to charts/_deprecated/mautrix-facebook/.helmignore diff --git a/charts/mautrix-facebook/Chart.yaml b/charts/_deprecated/mautrix-facebook/Chart.yaml similarity index 100% rename from charts/mautrix-facebook/Chart.yaml rename to charts/_deprecated/mautrix-facebook/Chart.yaml diff --git a/charts/mautrix-facebook/templates/_helpers.tpl b/charts/_deprecated/mautrix-facebook/templates/_helpers.tpl similarity index 100% rename from charts/mautrix-facebook/templates/_helpers.tpl rename to charts/_deprecated/mautrix-facebook/templates/_helpers.tpl diff --git a/charts/mautrix-facebook/templates/secret.yaml b/charts/_deprecated/mautrix-facebook/templates/secret.yaml similarity index 100% rename from charts/mautrix-facebook/templates/secret.yaml rename to charts/_deprecated/mautrix-facebook/templates/secret.yaml diff --git a/charts/mautrix-facebook/templates/service.yaml b/charts/_deprecated/mautrix-facebook/templates/service.yaml similarity index 100% rename from charts/mautrix-facebook/templates/service.yaml rename to charts/_deprecated/mautrix-facebook/templates/service.yaml diff --git a/charts/mautrix-facebook/templates/statefulset.yaml b/charts/_deprecated/mautrix-facebook/templates/statefulset.yaml similarity index 100% rename from charts/mautrix-facebook/templates/statefulset.yaml rename to charts/_deprecated/mautrix-facebook/templates/statefulset.yaml diff --git a/charts/mautrix-facebook/values.yaml b/charts/_deprecated/mautrix-facebook/values.yaml similarity index 100% rename from charts/mautrix-facebook/values.yaml rename to charts/_deprecated/mautrix-facebook/values.yaml diff --git a/charts/rust-synapse-compress-state/Chart.yaml b/charts/rust-synapse-compress-state/Chart.yaml index ac0f142..52b99da 100644 --- a/charts/rust-synapse-compress-state/Chart.yaml +++ b/charts/rust-synapse-compress-state/Chart.yaml @@ -15,10 +15,10 @@ 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.0 +version: 0.1.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3956e0f6be3a58c50f14146d78c30a74fcb3cca9" +appVersion: "v0.1.4" diff --git a/charts/rust-synapse-compress-state/values.yaml b/charts/rust-synapse-compress-state/values.yaml index d08d467..193a1bc 100644 --- a/charts/rust-synapse-compress-state/values.yaml +++ b/charts/rust-synapse-compress-state/values.yaml @@ -1,7 +1,7 @@ --- image: - repository: git.a09.uk/alex/rust-synapse-compress-state + repository: ghcr.io/matrix-org/rust-synapse-compress-state pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""