Charts CI
``` Updated: cockroach-labs/cockroachdb: - 13.0.1 stackstate/stackstate-k8s-agent: - 1.0.87 ```pull/1033/head
parent
5e86f1f358
commit
aca5aaa707
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.8-0'
|
||||
catalog.cattle.io/release-name: cockroachdb
|
||||
apiVersion: v1
|
||||
appVersion: 24.1.0
|
||||
appVersion: 24.1.1
|
||||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
|
||||
home: https://www.cockroachlabs.com
|
||||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
|
||||
|
@ -14,4 +14,4 @@ maintainers:
|
|||
name: cockroachdb
|
||||
sources:
|
||||
- https://github.com/cockroachdb/cockroach
|
||||
version: 13.0.0
|
||||
version: 13.0.1
|
||||
|
|
|
@ -229,10 +229,10 @@ kubectl get pods \
|
|||
```
|
||||
|
||||
```
|
||||
my-release-cockroachdb-0 cockroachdb/cockroach:v24.1.0
|
||||
my-release-cockroachdb-1 cockroachdb/cockroach:v24.1.0
|
||||
my-release-cockroachdb-2 cockroachdb/cockroach:v24.1.0
|
||||
my-release-cockroachdb-3 cockroachdb/cockroach:v24.1.0
|
||||
my-release-cockroachdb-0 cockroachdb/cockroach:v24.1.1
|
||||
my-release-cockroachdb-1 cockroachdb/cockroach:v24.1.1
|
||||
my-release-cockroachdb-2 cockroachdb/cockroach:v24.1.1
|
||||
my-release-cockroachdb-3 cockroachdb/cockroach:v24.1.1
|
||||
```
|
||||
|
||||
Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade:
|
||||
|
@ -316,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file.
|
|||
| `conf.store.size` | CockroachDB storage size | `""` |
|
||||
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
|
||||
| `image.repository` | Container image name | `cockroachdb/cockroach` |
|
||||
| `image.tag` | Container image tag | `v24.1.0` |
|
||||
| `image.tag` | Container image tag | `v24.1.1` |
|
||||
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` |
|
||||
| `statefulset.replicas` | StatefulSet replicas number | `3` |
|
||||
|
|
|
@ -7,7 +7,7 @@ fullnameOverride: ""
|
|||
|
||||
image:
|
||||
repository: cockroachdb/cockroach
|
||||
tag: v24.1.0
|
||||
tag: v24.1.1
|
||||
pullPolicy: IfNotPresent
|
||||
credentials: {}
|
||||
# registry: docker.io
|
||||
|
|
|
@ -21,4 +21,4 @@ maintainers:
|
|||
- email: ops@stackstate.com
|
||||
name: Stackstate
|
||||
name: stackstate-k8s-agent
|
||||
version: 1.0.86
|
||||
version: 1.0.87
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Helm chart for the StackState Agent.
|
||||
|
||||
Current chart version is `1.0.86`
|
||||
Current chart version is `1.0.87`
|
||||
|
||||
**Homepage:** <https://github.com/StackVista/stackstate-agent>
|
||||
|
||||
|
@ -61,7 +61,7 @@ stackstate/stackstate-k8s-agent
|
|||
| checksAgent.enabled | bool | `true` | Enable / disable runnning cluster checks in a separately deployed pod |
|
||||
| checksAgent.image.pullPolicy | string | `"IfNotPresent"` | Default container image pull policy. |
|
||||
| checksAgent.image.repository | string | `"stackstate/stackstate-k8s-agent"` | Base container image repository. |
|
||||
| checksAgent.image.tag | string | `"bdf94804"` | Default container image tag. |
|
||||
| checksAgent.image.tag | string | `"4f42573a"` | Default container image tag. |
|
||||
| checksAgent.livenessProbe.enabled | bool | `true` | Enable use of livenessProbe check. |
|
||||
| checksAgent.livenessProbe.failureThreshold | int | `3` | `failureThreshold` for the liveness probe. |
|
||||
| checksAgent.livenessProbe.initialDelaySeconds | int | `15` | `initialDelaySeconds` for the liveness probe. |
|
||||
|
@ -126,7 +126,7 @@ stackstate/stackstate-k8s-agent
|
|||
| clusterAgent.enabled | bool | `true` | Enable / disable the cluster agent. |
|
||||
| clusterAgent.image.pullPolicy | string | `"IfNotPresent"` | Default container image pull policy. |
|
||||
| clusterAgent.image.repository | string | `"stackstate/stackstate-k8s-cluster-agent"` | Base container image repository. |
|
||||
| clusterAgent.image.tag | string | `"bdf94804"` | Default container image tag. |
|
||||
| clusterAgent.image.tag | string | `"4f42573a"` | Default container image tag. |
|
||||
| clusterAgent.livenessProbe.enabled | bool | `true` | Enable use of livenessProbe check. |
|
||||
| clusterAgent.livenessProbe.failureThreshold | int | `3` | `failureThreshold` for the liveness probe. |
|
||||
| clusterAgent.livenessProbe.initialDelaySeconds | int | `15` | `initialDelaySeconds` for the liveness probe. |
|
||||
|
@ -190,7 +190,7 @@ stackstate/stackstate-k8s-agent
|
|||
| nodeAgent.containers.agent.env | object | `{}` | Additional environment variables for the agent container |
|
||||
| nodeAgent.containers.agent.image.pullPolicy | string | `"IfNotPresent"` | Default container image pull policy. |
|
||||
| nodeAgent.containers.agent.image.repository | string | `"stackstate/stackstate-k8s-agent"` | Base container image repository. |
|
||||
| nodeAgent.containers.agent.image.tag | string | `"bdf94804"` | Default container image tag. |
|
||||
| nodeAgent.containers.agent.image.tag | string | `"4f42573a"` | Default container image tag. |
|
||||
| nodeAgent.containers.agent.livenessProbe.enabled | bool | `true` | Enable use of livenessProbe check. |
|
||||
| nodeAgent.containers.agent.livenessProbe.failureThreshold | int | `3` | `failureThreshold` for the liveness probe. |
|
||||
| nodeAgent.containers.agent.livenessProbe.initialDelaySeconds | int | `15` | `initialDelaySeconds` for the liveness probe. |
|
||||
|
|
|
@ -109,7 +109,7 @@ nodeAgent:
|
|||
# nodeAgent.containers.agent.image.repository -- Base container image repository.
|
||||
repository: stackstate/stackstate-k8s-agent
|
||||
# nodeAgent.containers.agent.image.tag -- Default container image tag.
|
||||
tag: "bdf94804"
|
||||
tag: "4f42573a"
|
||||
# nodeAgent.containers.agent.image.pullPolicy -- Default container image pull policy.
|
||||
pullPolicy: IfNotPresent
|
||||
processAgent:
|
||||
|
@ -357,7 +357,7 @@ clusterAgent:
|
|||
# clusterAgent.image.repository -- Base container image repository.
|
||||
repository: stackstate/stackstate-k8s-cluster-agent
|
||||
# clusterAgent.image.tag -- Default container image tag.
|
||||
tag: "bdf94804"
|
||||
tag: "4f42573a"
|
||||
# clusterAgent.image.pullPolicy -- Default container image pull policy.
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
@ -512,7 +512,7 @@ checksAgent:
|
|||
# checksAgent.image.repository -- Base container image repository.
|
||||
repository: stackstate/stackstate-k8s-agent
|
||||
# checksAgent.image.tag -- Default container image tag.
|
||||
tag: "bdf94804"
|
||||
tag: "4f42573a"
|
||||
# checksAgent.image.pullPolicy -- Default container image pull policy.
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
49
index.yaml
49
index.yaml
|
@ -4239,6 +4239,27 @@ entries:
|
|||
- assets/cloudcasa/cloudcasa-3.4.1.tgz
|
||||
version: 3.4.1
|
||||
cockroachdb:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CockroachDB
|
||||
catalog.cattle.io/kube-version: '>=1.8-0'
|
||||
catalog.cattle.io/release-name: cockroachdb
|
||||
apiVersion: v1
|
||||
appVersion: 24.1.1
|
||||
created: "2024-06-18T00:56:33.467609893Z"
|
||||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
|
||||
digest: aa2524dd31a9596cc473ee2923feee9efacd41b47742044a072b2cc0de04fa1d
|
||||
home: https://www.cockroachlabs.com
|
||||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
|
||||
maintainers:
|
||||
- email: helm-charts@cockroachlabs.com
|
||||
name: cockroachlabs
|
||||
name: cockroachdb
|
||||
sources:
|
||||
- https://github.com/cockroachdb/cockroach
|
||||
urls:
|
||||
- assets/cockroach-labs/cockroachdb-13.0.1.tgz
|
||||
version: 13.0.1
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CockroachDB
|
||||
|
@ -30833,6 +30854,34 @@ entries:
|
|||
- assets/speedscale/speedscale-operator-1.3.10.tgz
|
||||
version: 1.3.10
|
||||
stackstate-k8s-agent:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: StackState Agent
|
||||
catalog.cattle.io/kube-version: '>=1.19.0-0'
|
||||
catalog.cattle.io/release-name: stackstate-k8s-agent
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.0
|
||||
created: "2024-06-18T00:56:36.654520636Z"
|
||||
dependencies:
|
||||
- alias: httpHeaderInjectorWebhook
|
||||
name: http-header-injector
|
||||
repository: file://./charts/http-header-injector
|
||||
version: 0.0.11
|
||||
description: Helm chart for the StackState Agent.
|
||||
digest: e33331ee34534a43ee3d0c0c587b5d751f34af933bdd035c239b316732ab715e
|
||||
home: https://github.com/StackVista/stackstate-agent
|
||||
icon: https://raw.githubusercontent.com/StackVista/helm-charts/master/stable/stackstate-k8s-agent/logo.svg
|
||||
keywords:
|
||||
- monitoring
|
||||
- observability
|
||||
- stackstate
|
||||
maintainers:
|
||||
- email: ops@stackstate.com
|
||||
name: Stackstate
|
||||
name: stackstate-k8s-agent
|
||||
urls:
|
||||
- assets/stackstate/stackstate-k8s-agent-1.0.87.tgz
|
||||
version: 1.0.87
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: StackState Agent
|
||||
|
|
Loading…
Reference in New Issue