Skip to content

Commit 9190ebd

Browse files
committed
re-set demos/stacks links
1 parent 4f91196 commit 9190ebd

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude: '(stacks/_templates/minio-.*/rendered-chart\.yaml|\.svg)$'
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4.6.0
9+
rev: v6.0.0 # 4.6.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,22 +16,22 @@ repos:
1616
exclude: '^stacks/argo-cd-git-ops/secrets/sealed-secrets-key\.yaml$'
1717

1818
- repo: https://github.com/adrienverge/yamllint
19-
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # 1.35.1
19+
rev: v1.37.1 # 1.35.1
2020
hooks:
2121
- id: yamllint
2222

2323
- repo: https://github.com/igorshubovych/markdownlint-cli
24-
rev: f295829140d25717bc79368d3f966fc1f67a824f # 0.41.0
24+
rev: v0.46.0 # 0.41.0
2525
hooks:
2626
- id: markdownlint
2727

2828
- repo: https://github.com/koalaman/shellcheck-precommit
29-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
29+
rev: v0.11.0 # 0.10.0
3030
hooks:
3131
- id: shellcheck
3232
args: ["--severity=info"]
3333

3434
- repo: https://github.com/rhysd/actionlint
35-
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
35+
rev: v1.7.9 # 1.7.1
3636
hooks:
3737
- id: actionlint

demos/demos-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ demos:
5252
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/airflow-scheduled-job/04-enable-and-run-date-dag.yaml
5353
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/airflow-scheduled-job/05-enable-and-run-kafka-dag.yaml
5454
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/airflow-scheduled-job/06-create-opa-users.yaml
55-
- plainYaml: demos/airflow-scheduled-job/serviceaccount.yaml
56-
- plainYaml: demos/airflow-scheduled-job/create-trino-tables.yaml
55+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/airflow-scheduled-job/serviceaccount.yaml
56+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/airflow-scheduled-job/create-trino-tables.yaml
5757
supportedNamespaces: []
5858
resourceRequests:
5959
cpu: 2401m

stacks/stacks-v2.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ stacks:
156156
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
157157
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/kafka.yaml
158158
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/s3-connection.yaml
159-
- plainYaml: stacks/airflow/hive-metastores.yaml
160-
- plainYaml: stacks/airflow/trino.yaml
161-
- plainYaml: stacks/airflow/airflow.yaml
162-
- plainYaml: stacks/airflow/rbac.yaml
163-
- plainYaml: stacks/airflow/opa-rules.yaml
164-
- plainYaml: stacks/airflow/opa.yaml
165-
- plainYaml: stacks/airflow/minio.yaml
159+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/hive-metastores.yaml
160+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/trino.yaml
161+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/airflow.yaml
162+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/rbac.yaml
163+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/opa-rules.yaml
164+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/opa.yaml
165+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/minio.yaml
166166
supportedNamespaces: ["default"] # auto-generated secret classes need to be templated
167167
resourceRequests:
168168
cpu: 3400m

0 commit comments

Comments
 (0)