Skip to content

Commit

Permalink
Updated version to 3.0.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
niravg75 authored Jul 19, 2023
1 parent 71bafc3 commit de39606
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -22,7 +22,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: charts
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: oci-onm-common
description: Common resources for OCI Kubernetes Monitoring solution helm charts
type: application
version: 3.0.0
version: 3.0.1
appVersion: "3.0.0"
4 changes: 2 additions & 2 deletions charts/logan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: oci-onm-logan
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
type: application
version: 3.0.0
version: 3.0.1
appVersion: "3.0.0"

dependencies:
- name: oci-onm-common
version: "3.0.0"
version: "3.0.1"
repository: "file://../common"
condition: oci-onm-common.enabled
4 changes: 2 additions & 2 deletions charts/mgmt-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.0
version: 3.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -28,6 +28,6 @@ appVersion: "1.16.0"

dependencies:
- name: oci-onm-common
version: "3.0.0"
version: "3.0.1"
repository: "file://../common"
condition: oci-onm-common.enabled
8 changes: 4 additions & 4 deletions charts/oci-onm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.0
version: 3.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -28,14 +28,14 @@ appVersion: "3.0.0"

dependencies:
- name: oci-onm-common
version: "3.0.0"
version: "3.0.1"
repository: "file://../common"
condition: oci-onm-common.enabled
- name: oci-onm-logan
version: "3.0.0"
version: "3.0.1"
repository: "file://../logan"
condition: oci-onm-logan.enabled
- name: oci-onm-mgmt-agent
version: "3.0.0"
version: "3.0.1"
repository: "file://../mgmt-agent"
condition: oci-onm-mgmt-agent.enabled

0 comments on commit de39606

Please sign in to comment.