diff --git a/charts/incubator/nano-wallet/Chart.yaml b/charts/incubator/nano-wallet/Chart.yaml index 320082b5a86..46ad1a81538 100644 --- a/charts/incubator/nano-wallet/Chart.yaml +++ b/charts/incubator/nano-wallet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: nano-wallet -version: 0.0.1 +version: 0.0.2 appVersion: "1.3.2" description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. type: application diff --git a/charts/incubator/nano-wallet/values.yaml b/charts/incubator/nano-wallet/values.yaml index 80016c8afd7..24c9f20f48c 100644 --- a/charts/incubator/nano-wallet/values.yaml +++ b/charts/incubator/nano-wallet/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/nano-wallet pullPolicy: IfNotPresent - tag: v1.3.2 + tag: v2021.11.18 securityContext: runAsNonRoot: false diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index aa5752b6cf5..11b173cb522 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -26,7 +26,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 7.0.1 +version: 7.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index f2c0b6a076b..64588d1b083 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: tccr.io/truecharts/photoprism # -- image tag - tag: v20211203@sha256:a1455179da40abe39c1a8750e9f9b8134d3bfb506a0e642dcd5fc3b69579b571 + tag: v20211210@sha256:46569b145fbc56de72a9e1c9564627b757eada841179c516287e253ea4c776a6 # -- image pull policy pullPolicy: IfNotPresent