File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
name : Lint and Test
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16
16
with :
17
17
fetch-depth : 0
18
18
21
21
with :
22
22
version : v3.10.0
23
23
24
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
24
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
25
25
with :
26
26
python-version : " 3.9"
27
27
check-latest : true
41
41
run : ct lint --helm-extra-args "--timeout 10m" --config config.yaml --target-branch ${{ github.event.repository.default_branch }}
42
42
43
43
- name : Create kind cluster
44
- uses : helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8 .0
44
+ uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
45
45
if : steps.list-changed.outputs.changed == 'true'
46
46
47
47
- name : Run chart-testing (install)
Original file line number Diff line number Diff line change 11
11
name : Release
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: mysql
3
3
repository: https://charts.bitnami.com/bitnami
4
- version: 9.16.1
4
+ version: 9.23.0
5
5
- name: minio
6
6
repository: https://charts.bitnami.com/bitnami
7
- version: 12.13.1
7
+ version: 12.13.2
8
8
- name: postgresql
9
9
repository: https://charts.bitnami.com/bitnami
10
10
version: 12.12.10
11
11
- name: mysql
12
12
repository: https://charts.bitnami.com/bitnami
13
- version: 9.16.1
13
+ version: 9.23.0
14
14
- name: mongodb
15
15
repository: https://charts.bitnami.com/bitnami
16
16
version: 13.18.5
@@ -20,5 +20,5 @@ dependencies:
20
20
- name: postgresql
21
21
repository: https://charts.bitnami.com/bitnami
22
22
version: 12.12.10
23
- digest: sha256:0545b232401412eeae2904fa92f2c0dce67ce0ed4f7af51bbf17c4b4fd6805db
24
- generated: "2024-01-08T14:45:32.99001508Z "
23
+ digest: sha256:5da624b587d91198b62b71557c2e9cb9c3fc499bd2eca8912d2d284bf00c5ea8
24
+ generated: "2024-05-08T22:32:40.219414987Z "
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ sources:
6
6
- https://github.com/thm-mni-ii/feedbacksystem
7
7
home : https://github.com/thm-mni-ii/feedbacksystem
8
8
type : application
9
- version : 0.38 .0
9
+ version : 0.39 .0
10
10
# renovate: image=thmmniii/fbs-core
11
11
appVersion : v1.16.0
12
12
dependencies :
13
13
- name : mysql
14
- version : 9.16.1
14
+ version : 9.23.0
15
15
repository : ' https://charts.bitnami.com/bitnami'
16
16
condition : core.enabled
17
17
- name : minio
18
- version : 12.13.1
18
+ version : 12.13.2
19
19
repository : ' https://charts.bitnami.com/bitnami'
20
20
condition : runner.enabled
21
21
- name : postgresql
@@ -24,7 +24,7 @@ dependencies:
24
24
condition : runner.enabled
25
25
alias : runnerPostgres
26
26
- name : mysql
27
- version : 9.16.1
27
+ version : 9.23.0
28
28
repository : ' https://charts.bitnami.com/bitnami'
29
29
condition : runner.enabled
30
30
alias : runnerMysql
You can’t perform that action at this time.
0 commit comments