Skip to content

Commit 3f2ffa4

Browse files
authored
bumps operator to version 0.2.17 (#1803)
* bumps operator to version 0.2.17 Signed-off-by: ChrisJBurns <[email protected]> * bumps operator image Signed-off-by: ChrisJBurns <[email protected]> --------- Signed-off-by: ChrisJBurns <[email protected]>
1 parent 529ef6d commit 3f2ffa4

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

deploy/charts/operator-crds/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
# ToolHive Operator CRDs Helm Chart
23

3-
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square)
4+
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square)
45
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
56

67
A Helm chart for installing the ToolHive Operator CRDs into Kubernetes.

deploy/charts/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: toolhive-operator
33
description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
44
type: application
5-
version: 0.2.10
6-
appVersion: "0.2.10"
5+
version: 0.2.11
6+
appVersion: "0.2.17"

deploy/charts/operator/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
# ToolHive Operator Helm Chart
23

3-
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square)
4+
![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square)
45
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
56

67
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -49,10 +50,10 @@ The command removes all the Kubernetes components associated with the chart and
4950
## Values
5051

5152
| Key | Type | Default | Description |
52-
|-----|------|---------|-------------|
53+
|-----|-------------|------|---------|
5354
| fullnameOverride | string | `"toolhive-operator"` | Provide a fully-qualified name override for resources |
5455
| nameOverride | string | `""` | Override the name of the chart |
55-
| operator | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000},"env":{},"features":{"experimental":false},"image":"ghcr.io/stacklok/toolhive/operator:v0.2.9","imagePullPolicy":"IfNotPresent","imagePullSecrets":[],"leaderElectionRole":{"binding":{"name":"toolhive-operator-leader-election-rolebinding"},"name":"toolhive-operator-leader-election-role","rules":[{"apiGroups":[""],"resources":["configmaps"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":["coordination.k8s.io"],"resources":["leases"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":[""],"resources":["events"],"verbs":["create","patch"]}]},"livenessProbe":{"httpGet":{"path":"/healthz","port":"health"},"initialDelaySeconds":15,"periodSeconds":20},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"podSecurityContext":{"runAsNonRoot":true},"ports":[{"containerPort":8080,"name":"metrics","protocol":"TCP"},{"containerPort":8081,"name":"health","protocol":"TCP"}],"proxyHost":"0.0.0.0","rbac":{"allowedNamespaces":[],"scope":"cluster"},"readinessProbe":{"httpGet":{"path":"/readyz","port":"health"},"initialDelaySeconds":5,"periodSeconds":10},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"10m","memory":"64Mi"}},"serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"create":true,"labels":{},"name":"toolhive-operator"},"tolerations":[],"toolhiveRunnerImage":"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
56+
| operator | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000},"env":{},"features":{"experimental":false},"image":"ghcr.io/stacklok/toolhive/operator:v0.2.17","imagePullPolicy":"IfNotPresent","imagePullSecrets":[],"leaderElectionRole":{"binding":{"name":"toolhive-operator-leader-election-rolebinding"},"name":"toolhive-operator-leader-election-role","rules":[{"apiGroups":[""],"resources":["configmaps"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":["coordination.k8s.io"],"resources":["leases"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":[""],"resources":["events"],"verbs":["create","patch"]}]},"livenessProbe":{"httpGet":{"path":"/healthz","port":"health"},"initialDelaySeconds":15,"periodSeconds":20},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"podSecurityContext":{"runAsNonRoot":true},"ports":[{"containerPort":8080,"name":"metrics","protocol":"TCP"},{"containerPort":8081,"name":"health","protocol":"TCP"}],"proxyHost":"0.0.0.0","rbac":{"allowedNamespaces":[],"scope":"cluster"},"readinessProbe":{"httpGet":{"path":"/readyz","port":"health"},"initialDelaySeconds":5,"periodSeconds":10},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"10m","memory":"64Mi"}},"serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"create":true,"labels":{},"name":"toolhive-operator"},"tolerations":[],"toolhiveRunnerImage":"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.17","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
5657
| operator.affinity | object | `{}` | Affinity settings for the operator pod |
5758
| operator.autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Configuration for horizontal pod autoscaling |
5859
| operator.autoscaling.enabled | bool | `false` | Enable autoscaling for the operator |
@@ -61,7 +62,7 @@ The command removes all the Kubernetes components associated with the chart and
6162
| operator.autoscaling.targetCPUUtilizationPercentage | int | `80` | Target CPU utilization percentage for autoscaling |
6263
| operator.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000}` | Container security context settings for the operator |
6364
| operator.env | object | `{}` | Environment variables to set in the operator container |
64-
| operator.image | string | `"ghcr.io/stacklok/toolhive/operator:v0.2.9"` | Container image for the operator |
65+
| operator.image | string | `"ghcr.io/stacklok/toolhive/operator:v0.2.17"` | Container image for the operator |
6566
| operator.imagePullPolicy | string | `"IfNotPresent"` | Image pull policy for the operator container |
6667
| operator.imagePullSecrets | list | `[]` | List of image pull secrets to use |
6768
| operator.leaderElectionRole | object | `{"binding":{"name":"toolhive-operator-leader-election-rolebinding"},"name":"toolhive-operator-leader-election-role","rules":[{"apiGroups":[""],"resources":["configmaps"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":["coordination.k8s.io"],"resources":["leases"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":[""],"resources":["events"],"verbs":["create","patch"]}]}` | Leader election role configuration |
@@ -88,7 +89,7 @@ The command removes all the Kubernetes components associated with the chart and
8889
| operator.serviceAccount.labels | object | `{}` | Labels to add to the service account |
8990
| operator.serviceAccount.name | string | `"toolhive-operator"` | The name of the service account to use. If not set and create is true, a name is generated. |
9091
| operator.tolerations | list | `[]` | Tolerations for the operator pod |
91-
| operator.toolhiveRunnerImage | string | `"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9"` | Image to use for Toolhive runners |
92+
| operator.toolhiveRunnerImage | string | `"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.17"` | Image to use for Toolhive runners |
9293
| operator.volumeMounts | list | `[]` | Additional volume mounts on the operator container |
9394
| operator.volumes | list | `[]` | Additional volumes to mount on the operator pod |
9495

deploy/charts/operator/values-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ operator:
1212
# -- List of image pull secrets to use
1313
imagePullSecrets: []
1414
# -- Container image for the operator
15-
image: ghcr.io/stacklok/toolhive/operator:v0.2.9
15+
image: ghcr.io/stacklok/toolhive/operator:v0.2.17
1616
# -- Image pull policy for the operator container
1717
imagePullPolicy: IfNotPresent
1818

1919
# -- Image to use for Toolhive runners
20-
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9
20+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.17
2121

2222
# -- Host for the proxy deployed by the operator
2323
proxyHost: 0.0.0.0

deploy/charts/operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ operator:
1414
# -- List of image pull secrets to use
1515
imagePullSecrets: []
1616
# -- Container image for the operator
17-
image: ghcr.io/stacklok/toolhive/operator:v0.2.9
17+
image: ghcr.io/stacklok/toolhive/operator:v0.2.17
1818
# -- Image pull policy for the operator container
1919
imagePullPolicy: IfNotPresent
2020

2121
# -- Image to use for Toolhive runners
22-
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9
22+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.17
2323

2424
# -- Host for the proxy deployed by the operator
2525
proxyHost: 0.0.0.0

0 commit comments

Comments
 (0)