Skip to content

Commit

Permalink
Merge pull request #6 from harness/38-fix
Browse files Browse the repository at this point in the history
Fixed helm-chart versions
  • Loading branch information
Jonsy13 committed Jun 13, 2024
2 parents c895199 + 59993ea commit 7045b30
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions src/chaos-infrastructure/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: subscriber
repository: file://../subscriber
version: 0.0.4
version: 0.0.5
- name: workflow-controller
repository: file://../workflow-controller
version: 0.0.4
- name: chaos-operator
repository: file://../chaos-operator
version: 0.0.4
version: 0.0.5
- name: chaos-exporter
repository: file://../chaos-exporter
version: 0.0.4
- name: chaos-crds
repository: file://../chaos-crds
version: 0.0.4
digest: sha256:f069268672362fce5491e28349c05f2b5269fbed65238b3356d548b32001b22e
generated: "2024-05-31T12:41:20.113366+05:30"
digest: sha256:a3f68f7fadb558e6eb92e3cb6477e79f0055ae780e7729aef888987668390e9b
generated: "2024-06-12T22:14:22.848698+05:30"
6 changes: 3 additions & 3 deletions src/chaos-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.0.4
version: 0.0.5

# 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 @@ -25,7 +25,7 @@ appVersion: "1.38.0"

dependencies:
- name: subscriber
version: 0.0.4
version: 0.0.5
repository: "file://../subscriber"
tags:
- clusterScopeMode
Expand All @@ -37,7 +37,7 @@ dependencies:
- clusterScopeMode
- namespaceMode
- name: chaos-operator
version: 0.0.4
version: 0.0.5
repository: "file://../chaos-operator"
tags:
- clusterScopeMode
Expand Down
6 changes: 3 additions & 3 deletions src/chaos-infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaos-infra

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)

A Helm chart to install chaos infrastructure

Expand All @@ -10,8 +10,8 @@ A Helm chart to install chaos infrastructure
|------------|------|---------|
| file://../chaos-crds | chaos-crds | 0.0.4 |
| file://../chaos-exporter | chaos-exporter | 0.0.4 |
| file://../chaos-operator | chaos-operator | 0.0.4 |
| file://../subscriber | subscriber | 0.0.4 |
| file://../chaos-operator | chaos-operator | 0.0.5 |
| file://../subscriber | subscriber | 0.0.5 |
| file://../workflow-controller | workflow-controller | 0.0.4 |

## Values
Expand Down
Binary file modified src/chaos-infrastructure/charts/chaos-crds-0.0.4.tgz
Binary file not shown.
Binary file modified src/chaos-infrastructure/charts/chaos-exporter-0.0.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/chaos-infrastructure/charts/subscriber-0.0.4.tgz
Binary file not shown.
Binary file not shown.
Binary file modified src/chaos-infrastructure/charts/workflow-controller-0.0.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/chaos-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.0.4
version: 0.0.5

# 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 Down
2 changes: 1 addition & 1 deletion src/chaos-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaos-operator

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)

A Helm chart to install chaos-operator

Expand Down
2 changes: 1 addition & 1 deletion src/subscriber/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.0.4
version: 0.0.5

# 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 Down
2 changes: 1 addition & 1 deletion src/subscriber/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# subscriber

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)

A Helm chart to install subscriber

Expand Down

0 comments on commit 7045b30

Please sign in to comment.