Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
typokign committed Sep 20, 2020
1 parent 16e23cf commit 358a1da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Expand Up @@ -18,11 +18,11 @@ 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.
version: 2.6.3
version: 2.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.19.1
appVersion: 1.19.3

maintainers:
- name: "David Cruz"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ This chart is published to my Helm chart repository at https://dacruz21.github.i
```yaml
dependencies:
- name: matrix
version: 2.6.0
version: 2.7.0
repository: https://dacruz21.github.io/helm-charts
```

Expand All @@ -61,7 +61,7 @@ helm install matrix .
## Security
Helm currently [does not officially support chart signatures created by GPG keys stored on smartcards](https://github.com/helm/helm/issues/2843#issuecomment-379532906). This may change in the future, in which case I will start packaging this chart with the standard `.prov` signatures, but until then signatures must be verified manually.

GPG signatures are available within the chart repo and can be found by appending `.gpg` to the end of the package URL. For example, the signature for v2.6.0 is available at https://dacruz21.github.io/helm-charts/matrix-2.6.0.tgz.gpg.
GPG signatures are available within the chart repo and can be found by appending `.gpg` to the end of the package URL. For example, the signature for v2.7.0 is available at https://dacruz21.github.io/helm-charts/matrix-2.7.0.tgz.gpg.

These GPG signatures are signed with the same PGP key that is used to sign commits in this Git repository. The key is available by searching for david@typokign.com on a public keyserver, or by downloading it from my website at https://typokign.com/key.gpg.

Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Expand Up @@ -277,7 +277,7 @@ postgresql:
synapse:
image:
repository: "matrixdotorg/synapse"
tag: v1.19.1
tag: v1.19.3
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -375,7 +375,7 @@ riot:
# Element Kubernetes resource settings
image:
repository: "vectorim/riot-web"
tag: v1.7.4
tag: v1.7.7
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -511,7 +511,7 @@ bridges:

image:
repository: "matrixdotorg/matrix-appservice-irc"
tag: "release-0.20.2"
tag: "release-0.20.3"
pullPolicy: IfNotPresent
replicaCount: 1
resources: {}
Expand Down

0 comments on commit 358a1da

Please sign in to comment.