diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index 70648fae1cc..9dba1d6499b 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 1.0.21 +version: 1.0.22 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/mariadb/values.yaml b/charts/dependency/mariadb/values.yaml index 0f35fdd14c7..764ec5b8678 100644 --- a/charts/dependency/mariadb/values.yaml +++ b/charts/dependency/mariadb/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/mariadb + repository: ghcr.io/truecharts/mariadb pullPolicy: IfNotPresent tag: v10.6.5@sha256:ca5dcc0667f4ee5accc91f159f13a2bf764678d4dfeab3d1421fce1d2095f2a0 diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index a86826cc9cf..ab6d868148e 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 1.0.21 +version: 1.0.22 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/memcached/values.yaml b/charts/dependency/memcached/values.yaml index 963e16bb878..0d7ad48697c 100644 --- a/charts/dependency/memcached/values.yaml +++ b/charts/dependency/memcached/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/memcached + repository: ghcr.io/truecharts/memcached pullPolicy: IfNotPresent tag: v1.6.12@sha256:90da9d23e5c448d44ee3c1aa2af4c868ab5a3f8042a4000851fe55355db7c569 diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 69d05b3455d..b4f77c365cf 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 6.0.19 +version: 6.0.20 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml index 199f7363b29..1cab9ef8151 100644 --- a/charts/dependency/postgresql/values.yaml +++ b/charts/dependency/postgresql/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/postgresql + repository: ghcr.io/truecharts/postgresql pullPolicy: IfNotPresent tag: v14.1.0@sha256:3b1df1487f9bd1bb3ee6a2b5e90e655b2ea5d9cdc3148826dc813bbcea3969c4 diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 64c5bd9fbfd..b194c3d6a9b 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 1.0.7 +version: 1.0.8 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/dependency/promtail/values.yaml b/charts/dependency/promtail/values.yaml index 7c760e8a48d..f23e4125bfa 100644 --- a/charts/dependency/promtail/values.yaml +++ b/charts/dependency/promtail/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/promtail + repository: ghcr.io/truecharts/promtail tag: v2.4.1@sha256:83bceed26a638b211d65b6e80d4a33d01dc82b81e630d57e883b490ac0c57ef4 # controller: diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index a78552a3ebc..36de667c281 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.23 +version: 1.0.24 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/redis/values.yaml b/charts/dependency/redis/values.yaml index 9b43fa0b1da..3aba0fbc626 100644 --- a/charts/dependency/redis/values.yaml +++ b/charts/dependency/redis/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/redis + repository: ghcr.io/truecharts/redis pullPolicy: IfNotPresent tag: v6.2.6@sha256:741dc63de7fed6f7f4fff41ac4b23a40f6850e9fb361e35e2959c71d8f10aeae diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 63d9571b98a..130990f31ee 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -22,4 +22,4 @@ name: common-test sources: - https://github.com/truecharts/apps/tree/master/charts/library/common-test type: application -version: 3.3.2 +version: 3.3.4 diff --git a/charts/library/common-test/ci/basic-values.yaml b/charts/library/common-test/ci/basic-values.yaml index 003415c96a2..f1cafbf5e50 100644 --- a/charts/library/common-test/ci/basic-values.yaml +++ b/charts/library/common-test/ci/basic-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/codeserver-values.yaml b/charts/library/common-test/ci/codeserver-values.yaml index c823d34ba24..7e6d811f631 100644 --- a/charts/library/common-test/ci/codeserver-values.yaml +++ b/charts/library/common-test/ci/codeserver-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/configmap-values.yaml b/charts/library/common-test/ci/configmap-values.yaml index f72627410be..7ab4509b6ce 100644 --- a/charts/library/common-test/ci/configmap-values.yaml +++ b/charts/library/common-test/ci/configmap-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/ingress-values.yaml b/charts/library/common-test/ci/ingress-values.yaml index 12a259de6c4..fa9464ff569 100644 --- a/charts/library/common-test/ci/ingress-values.yaml +++ b/charts/library/common-test/ci/ingress-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/netshoot-values.yaml b/charts/library/common-test/ci/netshoot-values.yaml index 786abc21247..7d333c3001b 100644 --- a/charts/library/common-test/ci/netshoot-values.yaml +++ b/charts/library/common-test/ci/netshoot-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/persistence-values.yaml b/charts/library/common-test/ci/persistence-values.yaml index 9794469f647..9ee59abb0a7 100644 --- a/charts/library/common-test/ci/persistence-values.yaml +++ b/charts/library/common-test/ci/persistence-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/rbac-values.yaml b/charts/library/common-test/ci/rbac-values.yaml index 28fe10dc4fd..ba744d3c8c6 100644 --- a/charts/library/common-test/ci/rbac-values.yaml +++ b/charts/library/common-test/ci/rbac-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/simple-persistence-values.yaml b/charts/library/common-test/ci/simple-persistence-values.yaml index 3ef2d7ed2aa..02c029385b7 100644 --- a/charts/library/common-test/ci/simple-persistence-values.yaml +++ b/charts/library/common-test/ci/simple-persistence-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/ci/simple-service-values.yaml b/charts/library/common-test/ci/simple-service-values.yaml index 61264158c2c..4de07dbb977 100644 --- a/charts/library/common-test/ci/simple-service-values.yaml +++ b/charts/library/common-test/ci/simple-service-values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common-test/values.yaml b/charts/library/common-test/values.yaml index 04d3665cd2c..c919a4df8a5 100644 --- a/charts/library/common-test/values.yaml +++ b/charts/library/common-test/values.yaml @@ -1,5 +1,5 @@ image: - repository: tccr.io/truecharts/whoami + repository: ghcr.io/truecharts/whoami pullPolicy: IfNotPresent tag: v1.6.1@sha256:8237a50770d438e4daecbc5fca4ea981fc19daa0a6efa9b4a8a3a6e5a7a40666 diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 1552377043d..2ddea130430 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.9.10 +version: 8.9.11 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 254446cc411..0ca06adcf2f 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -2,7 +2,7 @@ # @default -- See below openvpnImage: # -- Specify the openvpn client image - repository: tccr.io/truecharts/openvpn-client + repository: ghcr.io/truecharts/openvpn-client # -- Specify the openvpn client image tag tag: latest@sha256:bc3a56b2c195a4b4ce5c67fb0c209f38036521ebd316df2a7d68b425b9c48b30 # -- Specify the openvpn client image pull policy @@ -12,7 +12,7 @@ openvpnImage: # @default -- See below wireguardImage: # -- Specify the WireGuard image - repository: tccr.io/truecharts/wireguard + repository: ghcr.io/truecharts/wireguard # -- Specify the WireGuard image tag tag: v1.0.20210914@sha256:fc278ed7ae45452f28384c5ed81f5963d0d2dabb296389c69b5cdb13e31260ac # -- Specify the WireGuard image pull policy @@ -22,7 +22,7 @@ wireguardImage: # @default -- See below promtailImage: # -- Specify the promtail image - repository: tccr.io/truecharts/promtail + repository: ghcr.io/truecharts/promtail # -- Specify the promtail image tag tag: v2.4.1@sha256:83bceed26a638b211d65b6e80d4a33d01dc82b81e630d57e883b490ac0c57ef4 # -- Specify the promtail image pull policy @@ -32,7 +32,7 @@ promtailImage: # @default -- See below netshootImage: # -- Specify the netshoot image - repository: tccr.io/truecharts/netshoot + repository: ghcr.io/truecharts/netshoot # -- Specify the netshoot image tag tag: latest@sha256:505d3430ed7c1d43fed18dbd1177b76ecb6fc376113bc41d34da230c402a4855 # -- Specify the netshoot image pull policy @@ -42,7 +42,7 @@ netshootImage: # @default -- See below codeserverImage: # -- Specify the code-server image - repository: tccr.io/truecharts/code-server + repository: ghcr.io/truecharts/code-server # -- Specify the code-server image tag tag: v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce # -- Specify the code-server image pull policy @@ -52,7 +52,7 @@ codeserverImage: # @default -- See below alpineImage: # -- Specify the Alpine image - repository: tccr.io/truecharts/alpine + repository: ghcr.io/truecharts/alpine # -- Specify the Alpine image tag tag: v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c # -- Specify the Alpine image pull policy @@ -62,7 +62,7 @@ alpineImage: # @default -- See below postgresqlImage: # -- Specify the postgresql image - repository: tccr.io/truecharts/postgresql + repository: ghcr.io/truecharts/postgresql # -- Specify the postgresql image tag tag: v14.1.0@sha256:3b1df1487f9bd1bb3ee6a2b5e90e655b2ea5d9cdc3148826dc813bbcea3969c4 # -- Specify the postgresql image pull policy