Skip to content

Commit

Permalink
Merge branch 'main' into thanos-sync-rules
Browse files Browse the repository at this point in the history
Signed-off-by: Anton <[email protected]>
  • Loading branch information
antonblr authored Feb 21, 2024
2 parents 3d58669 + 277354f commit d2a4264
Show file tree
Hide file tree
Showing 401 changed files with 7,744 additions and 7,078 deletions.
19 changes: 18 additions & 1 deletion .vib/argo-workflows/runtime-parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,21 @@ postgresql:
ports:
postgresql: 5432
mysql:
enabled: false
enabled: false
# The service account running the workflows needs to have 'patch' privileges on pods for the given namespace
# In our tests, that combination is 'default/default'
extraDeploy:
- |
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: default-cluster-admin
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: default
namespace: default
1 change: 0 additions & 1 deletion .vib/cassandra/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ file:
exists: true
filetype: file
mode: "0644"
group: root
contents:
- /num_tokens.*{{ .Vars.cluster.numTokens }}/
command:
Expand Down
2 changes: 1 addition & 1 deletion .vib/mariadb-galera/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file:
filetype: directory
exists: true
/opt/bitnami/mariadb/conf/my.cnf:
mode: "0664"
mode: "0644"
filetype: file
exists: true
contents:
Expand Down
3 changes: 1 addition & 2 deletions .vib/postgresql/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ file:
/opt/bitnami/postgresql/conf/postgresql.conf:
exists: true
filetype: file
mode: "0664"
group: root
mode: "0644"
contents:
- /shared_preload_libraries.*{{ .Vars.postgresqlSharedPreloadLibraries }}/
- /port.*{{ $port }}/
2 changes: 1 addition & 1 deletion .vib/schema-registry/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

file:
/opt/bitnami/schema-registry/etc/schema-registry/schema-registry.properties:
mode: "0664"
mode: "0644"
filetype: file
exists: true
contents:
Expand Down
10 changes: 5 additions & 5 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.13.0
version: 18.14.2
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.4.4
version: 13.4.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.15.3
digest: sha256:dd4296369ab03a8c9f1940b4fc34ba57020a63afa6f761220f4f1249ab9e9e08
generated: "2024-02-14T12:34:36.945245545+01:00"
version: 2.16.1
digest: sha256:8fa5661b5643114e8fe43da43e12c3511772b1b4fdde1d74d4ec7aff12008b5c
generated: "2024-02-21T11:45:50.841577627Z"
16 changes: 8 additions & 8 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ annotations:
category: WorkFlow
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.8.1-debian-12-r11
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-11-r448
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r24
- name: airflow-scheduler
image: docker.io/bitnami/airflow-scheduler:2.8.1-debian-11-r4
image: docker.io/bitnami/airflow-scheduler:2.8.1-debian-12-r10
- name: airflow-worker
image: docker.io/bitnami/airflow-worker:2.8.1-debian-11-r4
- name: airflow
image: docker.io/bitnami/airflow:2.8.1-debian-11-r4
image: docker.io/bitnami/airflow-worker:2.8.1-debian-12-r10
- name: git
image: docker.io/bitnami/git:2.43.0-debian-11-r9
image: docker.io/bitnami/git:2.43.2-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r96
image: docker.io/bitnami/os-shell:12-debian-12-r15
apiVersion: v2
appVersion: 2.8.1
dependencies:
Expand Down Expand Up @@ -47,4 +47,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 16.8.0
version: 16.8.2
12 changes: 6 additions & 6 deletions bitnami/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dags:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r96
tag: 12-debian-12-r15
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -184,7 +184,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.8.1-debian-11-r4
tag: 2.8.1-debian-12-r11
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -525,7 +525,7 @@ scheduler:
image:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 2.8.1-debian-11-r4
tag: 2.8.1-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -842,7 +842,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.8.1-debian-11-r4
tag: 2.8.1-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1199,7 +1199,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.43.0-debian-11-r9
tag: 2.43.2-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1579,7 +1579,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20220314.0-debian-11-r448
tag: 0.20220314.0-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
6 changes: 3 additions & 3 deletions bitnami/apache/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.14.1
digest: sha256:5ccbe5f1fe4459864a8c9d7329c400b678666b6cfb1450818a830bda81995bc3
generated: "2024-01-16T10:52:05.303545873Z"
version: 2.16.1
digest: sha256:f808a6fdc9c374d158ad7ff2f2c53a6c409e41da778d768b232dd20f86ef8b47
generated: "2024-02-21T11:33:29.030057303Z"
10 changes: 5 additions & 5 deletions bitnami/apache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
images: |
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.6-debian-11-r1
- name: apache
image: docker.io/bitnami/apache:2.4.58-debian-11-r10
image: docker.io/bitnami/apache:2.4.58-debian-12-r17
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.6-debian-12-r7
- name: git
image: docker.io/bitnami/git:2.43.0-debian-11-r9
image: docker.io/bitnami/git:2.43.2-debian-12-r1
apiVersion: v2
appVersion: 2.4.58
dependencies:
Expand All @@ -35,4 +35,4 @@ maintainers:
name: apache
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apache
version: 10.6.0
version: 10.6.2
Loading

0 comments on commit d2a4264

Please sign in to comment.