Skip to content

Commit

Permalink
system: Update charts (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrate-ci authored Jul 12, 2024
1 parent 61d5554 commit b2d9d79
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/system/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
tetrate.io/system: "true"
apiVersion: v2
appVersion: 1.0.0
appVersion: 1.1.0
description: Helm chart for deploying TIS Agent
name: agent
version: 1.0.0
version: 1.1.0
4 changes: 2 additions & 2 deletions charts/system/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)

Helm chart for deploying TIS Agent

Expand All @@ -12,7 +12,7 @@ Helm chart for deploying TIS Agent
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"addon-containers.istio.tetratelabs.com"` | |
| image.tag | string | `"1.0.0"` | |
| image.tag | string | `"1.1.0"` | |
| secrets.clusterServiceAccount.clusterFQN | string | `""` | |
| secrets.clusterServiceAccount.encodedJWK | string | `""` | |
| secrets.cveScannerServiceAccount.token | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/system/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
image:
registry: addon-containers.istio.tetratelabs.com
name: agent
tag: 1.0.0
tag: 1.1.0
pullPolicy: IfNotPresent
pullSecrets: []
serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/system/central/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.0.0
appVersion: 1.1.0
description: Helm Chart for tis central plane
name: central
type: application
version: 1.0.0
version: 1.1.0
4 changes: 2 additions & 2 deletions charts/system/central/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# central

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

Helm Chart for tis central plane

Expand All @@ -12,7 +12,7 @@ Helm Chart for tis central plane
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"addon-containers.istio.tetratelabs.com"` | |
| image.tag | string | `"1.0.0"` | |
| image.tag | string | `"1.1.0"` | |
| persistent.enable | bool | `true` | |
| persistent.flushInterval | string | `"10s"` | |
| persistent.keyPrefix | string | `"central-storage-"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/system/central/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: addon-containers.istio.tetratelabs.com
name: central
tag: 1.0.0
tag: 1.1.0
pullPolicy: IfNotPresent
pullSecrets: []
user:
Expand Down

0 comments on commit b2d9d79

Please sign in to comment.