File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
22
22
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
23
23
24
24
- name : Run chart-releaser
25
- uses : helm/chart-releaser-action@v1.1 .0
25
+ uses : helm/chart-releaser-action@v1.5 .0
26
26
with :
27
27
charts_dir : charts
28
28
env :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ apiVersion: v2
5
5
name : oci-onm-common
6
6
description : Common resources for OCI Kubernetes Monitoring solution helm charts
7
7
type : application
8
- version : 3.0.0
8
+ version : 3.0.1
9
9
appVersion : " 3.0.0"
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apiVersion: v2
5
5
name : oci-onm-logan
6
6
description : Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
7
7
type : application
8
- version : 3.0.0
8
+ version : 3.0.1
9
9
appVersion : " 3.0.0"
10
10
11
11
dependencies :
12
12
- name : oci-onm-common
13
- version : " 3.0.0 "
13
+ version : " 3.0.1 "
14
14
repository : " file://../common"
15
15
condition : oci-onm-common.enabled
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 3.0.0
21
+ version : 3.0.1
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,6 +28,6 @@ appVersion: "1.16.0"
28
28
29
29
dependencies :
30
30
- name : oci-onm-common
31
- version : " 3.0.0 "
31
+ version : " 3.0.1 "
32
32
repository : " file://../common"
33
33
condition : oci-onm-common.enabled
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 3.0.0
21
+ version : 3.0.1
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,14 +28,14 @@ appVersion: "3.0.0"
28
28
29
29
dependencies :
30
30
- name : oci-onm-common
31
- version : " 3.0.0 "
31
+ version : " 3.0.1 "
32
32
repository : " file://../common"
33
33
condition : oci-onm-common.enabled
34
34
- name : oci-onm-logan
35
- version : " 3.0.0 "
35
+ version : " 3.0.1 "
36
36
repository : " file://../logan"
37
37
condition : oci-onm-logan.enabled
38
38
- name : oci-onm-mgmt-agent
39
- version : " 3.0.0 "
39
+ version : " 3.0.1 "
40
40
repository : " file://../mgmt-agent"
41
41
condition : oci-onm-mgmt-agent.enabled
You can’t perform that action at this time.
0 commit comments