Skip to content

Commit

Permalink
Merge pull request #2 from harness/CHAOS-4577
Browse files Browse the repository at this point in the history
feat: [CHAOS-4577]: updating version to 1.32
  • Loading branch information
Adarshkumar14 committed Mar 5, 2024
2 parents 2b5b322 + 6fe09db commit 9565c8b
Show file tree
Hide file tree
Showing 28 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions src/chaos-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1
version: 0.0.2

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.30.0"
appVersion: "1.32.0"
2 changes: 1 addition & 1 deletion src/chaos-crds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaos-crds

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)

A Helm chart to install Harness chaos crds

Expand Down
4 changes: 2 additions & 2 deletions src/chaos-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1
version: 0.0.2

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.30.0"
appVersion: "1.32.0"
6 changes: 3 additions & 3 deletions src/chaos-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaos-exporter

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -19,8 +19,8 @@ A Helm chart for Kubernetes
| image.imagePullSecrets | list | `[]` | |
| image.pullPolicy | string | `"Always"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"chaosnative/chaos-exporter"` | |
| image.tag | string | `"1.30.0"` | |
| image.repository | string | `"harness/chaos-exporter"` | |
| image.tag | string | `"1.32.0"` | |
| nodeSelector | object | `{}` | |
| resources.limits.cpu | string | `"225m"` | |
| resources.limits.ephemeral-storage | string | `"1Gi"` | |
Expand Down
4 changes: 2 additions & 2 deletions src/chaos-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ global:

image:
registry: docker.io
repository: chaosnative/chaos-exporter
repository: harness/chaos-exporter
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

serviceAccount:
Expand Down
14 changes: 7 additions & 7 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.1
version: 0.0.2
- name: workflow-controller
repository: file://../workflow-controller
version: 0.0.1
version: 0.0.2
- name: chaos-operator
repository: file://../chaos-operator
version: 0.0.1
version: 0.0.2
- name: chaos-exporter
repository: file://../chaos-exporter
version: 0.0.1
version: 0.0.2
- name: chaos-crds
repository: file://../chaos-crds
version: 0.0.1
digest: sha256:d2f895a87793fe02fff2be6000e1779ab06a2d335f7d317d2511fba986cdfc33
generated: "2024-02-18T18:18:30.081044+05:30"
version: 0.0.2
digest: sha256:7f4c81ec6fa49a1524b53edf43856650cc75da4d562a7691e2e223e418d6d6d5
generated: "2024-03-05T14:41:06.902646+05:30"
14 changes: 7 additions & 7 deletions src/chaos-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,41 +15,41 @@ 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.1
version: 0.0.2

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.30.0"
appVersion: "1.32.0"

dependencies:
- name: subscriber
version: 0.0.1
version: 0.0.2
repository: "file://../subscriber"
tags:
- clusterScopeMode
- namespaceMode
- name: workflow-controller
version: 0.0.1
version: 0.0.2
repository: "file://../workflow-controller"
tags:
- clusterScopeMode
- namespaceMode
- name: chaos-operator
version: 0.0.1
version: 0.0.2
repository: "file://../chaos-operator"
tags:
- clusterScopeMode
- namespaceMode
- name: chaos-exporter
version: 0.0.1
version: 0.0.2
repository: "file://../chaos-exporter"
tags:
- clusterScopeMode
- namespaceMode
- name: chaos-crds
version: 0.0.1
version: 0.0.2
repository: "file://../chaos-crds"
tags:
- clusterScopeMode
Expand Down
38 changes: 19 additions & 19 deletions src/chaos-infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# chaos-infra

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)

A Helm chart to install chaos infrastructure

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../chaos-crds | chaos-crds | 0.0.1 |
| file://../chaos-exporter | chaos-exporter | 0.0.1 |
| file://../chaos-operator | chaos-operator | 0.0.1 |
| file://../subscriber | subscriber | 0.0.1 |
| file://../workflow-controller | workflow-controller | 0.0.1 |
| file://../chaos-crds | chaos-crds | 0.0.2 |
| file://../chaos-exporter | chaos-exporter | 0.0.2 |
| file://../chaos-operator | chaos-operator | 0.0.2 |
| file://../subscriber | subscriber | 0.0.2 |
| file://../workflow-controller | workflow-controller | 0.0.2 |

## Values

Expand All @@ -22,8 +22,8 @@ A Helm chart to install chaos infrastructure
| chaos-exporter.image.imagePullSecrets | list | `[]` | |
| chaos-exporter.image.pullPolicy | string | `"Always"` | |
| chaos-exporter.image.registry | string | `"docker.io"` | |
| chaos-exporter.image.repository | string | `"chaosnative/chaos-exporter"` | |
| chaos-exporter.image.tag | string | `"1.30.0"` | |
| chaos-exporter.image.repository | string | `"harness/chaos-exporter"` | |
| chaos-exporter.image.tag | string | `"1.32.0"` | |
| chaos-exporter.nodeSelector | object | `{}` | |
| chaos-exporter.resources.limits.cpu | string | `"225m"` | |
| chaos-exporter.resources.limits.ephemeral-storage | string | `"1Gi"` | |
Expand All @@ -39,13 +39,13 @@ A Helm chart to install chaos infrastructure
| chaos-operator.affinity | object | `{}` | |
| chaos-operator.chaosRunner.image.pullPolicy | string | `"Always"` | |
| chaos-operator.chaosRunner.image.registry | string | `"docker.io"` | |
| chaos-operator.chaosRunner.image.repository | string | `"chaosnative/chaos-runner"` | |
| chaos-operator.chaosRunner.image.tag | string | `"1.30.0"` | |
| chaos-operator.chaosRunner.image.repository | string | `"harness/chaos-runner"` | |
| chaos-operator.chaosRunner.image.tag | string | `"1.32.0"` | |
| chaos-operator.image.imagePullSecrets | list | `[]` | |
| chaos-operator.image.pullPolicy | string | `"Always"` | |
| chaos-operator.image.registry | string | `"docker.io"` | |
| chaos-operator.image.repository | string | `"chaosnative/chaos-operator"` | |
| chaos-operator.image.tag | string | `"1.30.0"` | |
| chaos-operator.image.repository | string | `"harness/chaos-operator"` | |
| chaos-operator.image.tag | string | `"1.32.0"` | |
| chaos-operator.nodeSelector | object | `{}` | |
| chaos-operator.resources.limits.cpu | string | `"225m"` | |
| chaos-operator.resources.limits.ephemeral-storage | string | `"1Gi"` | |
Expand All @@ -71,8 +71,8 @@ A Helm chart to install chaos infrastructure
| subscriber.image.imagePullSecrets | list | `[]` | |
| subscriber.image.pullPolicy | string | `"Always"` | |
| subscriber.image.registry | string | `"docker.io"` | |
| subscriber.image.repository | string | `"chaosnative/harness-chaos-subscriber"` | |
| subscriber.image.tag | string | `"1.30.0"` | |
| subscriber.image.repository | string | `"harness/chaos-subscriber"` | |
| subscriber.image.tag | string | `"1.32.0"` | |
| subscriber.isInfraConfirmed | string | `"false"` | |
| subscriber.isSecretEnabled | string | `"true"` | |
| subscriber.nodeSelector | object | `{}` | |
Expand All @@ -91,21 +91,21 @@ A Helm chart to install chaos infrastructure
| subscriber.upgrader.image.imagePullSecrets | list | `[]` | |
| subscriber.upgrader.image.pullPolicy | string | `"Always"` | |
| subscriber.upgrader.image.registry | string | `"docker.io"` | |
| subscriber.upgrader.image.repository | string | `"chaosnative/harness-k8s-chaos-infrastructure-upgrader"` | |
| subscriber.upgrader.image.tag | string | `"1.30.0"` | |
| subscriber.version | string | `"1.30.0"` | |
| subscriber.upgrader.image.repository | string | `"harness/k8s-chaos-infrastructure-upgrader"` | |
| subscriber.upgrader.image.tag | string | `"1.32.0"` | |
| subscriber.version | string | `"1.32.0"` | |
| tags.clusterScopeMode | bool | `false` | |
| tags.crdMode | bool | `false` | |
| tags.namespaceMode | bool | `false` | |
| workflow-controller.affinity | object | `{}` | |
| workflow-controller.argoExec.image.pullPolicy | string | `"Always"` | |
| workflow-controller.argoExec.image.registry | string | `"docker.io"` | |
| workflow-controller.argoExec.image.repository | string | `"chaosnative/argoexec"` | |
| workflow-controller.argoExec.image.repository | string | `"harness/chaos-argoexec"` | |
| workflow-controller.argoExec.image.tag | string | `"v3.4.16"` | |
| workflow-controller.image.imagePullSecrets | list | `[]` | |
| workflow-controller.image.pullPolicy | string | `"Always"` | |
| workflow-controller.image.registry | string | `"docker.io"` | |
| workflow-controller.image.repository | string | `"chaosnative/workflow-controller"` | |
| workflow-controller.image.repository | string | `"harness/chaos-workflow-controller"` | |
| workflow-controller.image.tag | string | `"v3.4.16"` | |
| workflow-controller.nodeSelector | object | `{}` | |
| workflow-controller.resources.limits.cpu | string | `"225m"` | |
Expand Down
Binary file removed src/chaos-infrastructure/charts/chaos-crds-0.0.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/chaos-infrastructure/charts/subscriber-0.0.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 13 additions & 13 deletions src/chaos-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ global:
subscriber:
image:
registry: docker.io
repository: chaosnative/harness-chaos-subscriber
repository: harness/chaos-subscriber
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

upgrader:
image:
registry: docker.io
repository: chaosnative/harness-k8s-chaos-infrastructure-upgrader
repository: harness/k8s-chaos-infrastructure-upgrader
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

customTlsCert: ""
version: 1.30.0
version: 1.32.0

skipSslVerify: "true"

Expand Down Expand Up @@ -66,7 +66,7 @@ subscriber:
workflow-controller:
image:
registry: docker.io
repository: chaosnative/workflow-controller
repository: harness/chaos-workflow-controller
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.4.16"
Expand All @@ -75,7 +75,7 @@ workflow-controller:
argoExec:
image:
registry: docker.io
repository: chaosnative/argoexec
repository: harness/chaos-argoexec
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.4.16"
Expand Down Expand Up @@ -103,19 +103,19 @@ workflow-controller:
chaos-operator:
image:
registry: docker.io
repository: chaosnative/chaos-operator
repository: harness/chaos-operator
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

chaosRunner:
image:
registry: docker.io
repository: chaosnative/chaos-runner
repository: harness/chaos-runner
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"

serviceAccount:
name: hce
Expand All @@ -140,10 +140,10 @@ chaos-operator:
chaos-exporter:
image:
registry: docker.io
repository: chaosnative/chaos-exporter
repository: harness/chaos-exporter
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions src/chaos-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1
version: 0.0.2

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.30.0"
appVersion: "1.32.0"
10 changes: 5 additions & 5 deletions src/chaos-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaos-operator

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)

A Helm chart to install chaos-operator

Expand All @@ -11,8 +11,8 @@ A Helm chart to install chaos-operator
| affinity | object | `{}` | |
| chaosRunner.image.pullPolicy | string | `"Always"` | |
| chaosRunner.image.registry | string | `"docker.io"` | |
| chaosRunner.image.repository | string | `"chaosnative/chaos-runner"` | |
| chaosRunner.image.tag | string | `"1.30.0"` | |
| chaosRunner.image.repository | string | `"harness/chaos-runner"` | |
| chaosRunner.image.tag | string | `"1.32.0"` | |
| global.accessKey | string | `""` | |
| global.accountId | string | `""` | |
| global.autoUpgrade.enabled | bool | `true` | |
Expand All @@ -23,8 +23,8 @@ A Helm chart to install chaos-operator
| image.imagePullSecrets | list | `[]` | |
| image.pullPolicy | string | `"Always"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"chaosnative/chaos-operator"` | |
| image.tag | string | `"1.30.0"` | |
| image.repository | string | `"harness/chaos-operator"` | |
| image.tag | string | `"1.32.0"` | |
| nodeSelector | object | `{}` | |
| resources.limits.cpu | string | `"225m"` | |
| resources.limits.ephemeral-storage | string | `"1Gi"` | |
Expand Down
8 changes: 4 additions & 4 deletions src/chaos-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ global:

image:
registry: docker.io
repository: chaosnative/chaos-operator
repository: harness/chaos-operator
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"
imagePullSecrets: []

chaosRunner:
image:
registry: docker.io
repository: chaosnative/chaos-runner
repository: harness/chaos-runner
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
tag: "1.32.0"

serviceAccount:
name: hce
Expand Down
Loading

0 comments on commit 9565c8b

Please sign in to comment.