Skip to content

Commit

Permalink
chore(dependencies): add initial hooks to handle excluding common
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjeld Schouten committed Mar 13, 2024
1 parent e31cabd commit ffad129
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/dependency/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
type: application
version: 12.6.2
version: 12.6.3
2 changes: 2 additions & 0 deletions charts/dependency/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: clickhouse/clickhouse-server
pullPolicy: IfNotPresent
tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204

includeCommon: true
workload:
main:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
type: application
version: 13.5.2
version: 13.5.3
2 changes: 2 additions & 0 deletions charts/dependency/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: bitnami/mariadb
pullPolicy: IfNotPresent
tag: 11.2.3@sha256:0792f88e171df9d330333724c7511763b305110a8efe7ac2749bd0731a4a98c9

includeCommon: true
workload:
main:
podSpec:
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
type: application
version: 12.6.2
version: 12.6.3
2 changes: 2 additions & 0 deletions charts/dependency/memcached/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.24@sha256:2b43c4b3060ef93a364aee7f9632aeb3fb81e64e4e06d71d6dd2fc813abe81a1

includeCommon: true
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb
type: application
version: 12.5.2
version: 12.5.3
2 changes: 2 additions & 0 deletions charts/dependency/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: bitnami/mongodb
pullPolicy: IfNotPresent
tag: 7.0.6@sha256:046f45d6fe3889b05907571be5c68af76f2bea8bdee63879ebe0f4bf478e6bee

includeCommon: true
workload:
main:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
type: application
version: 13.0.3
version: 13.0.4
2 changes: 2 additions & 0 deletions charts/dependency/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 7.2.4@sha256:413ba6ab7104ced40c1047451680f0679b235684a14a7db4a05a5990ff4e1e67

includeCommon: true
workload:
main:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency/solr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: common
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
condition: includeCommon
alias: ""
tags: []
import-values: []
Expand All @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://hub.docker.com/r/bitnami/solr
type: application
version: 10.5.2
version: 10.5.3
2 changes: 2 additions & 0 deletions charts/dependency/solr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image:
repository: bitnami/solr
pullPolicy: IfNotPresent
tag: 9.5.0@sha256:6032dd56f33aa2d417a4f9552b13ae1963fa03bad9b34dfeb4931e1befb28e4e

includeCommon: true
workload:
main:
replicas: 1
Expand Down

0 comments on commit ffad129

Please sign in to comment.