Skip to content

Commit ee0c60f

Browse files
renovate[bot]ChrisJBurnsgithub-actions[bot]
authored
Update toolhive images to v0.5.2 (#2335)
* Update toolhive images to v0.5.2 * Bump operator chart version to 0.4.0 Updates the operator Helm chart version from 0.3.6 to 0.4.0 (minor bump) to reflect the image updates to v0.5.2. Co-authored-by: Chris Burns <[email protected]> * Bump operator chart version to 0.3.7 Co-authored-by: Chris Burns <[email protected]> * Update OpenShift values to use toolhive images v0.5.2 Updates operator and proxyrunner images in values-openshift.yaml to match the versions in the main values.yaml file. Co-authored-by: Chris Burns <[email protected]> * Bump operator chart version to 0.3.8 and appVersion to 0.5.2 Updates the Helm chart version with a patch bump to align with the image updates to v0.5.2. Also updates appVersion to match the operator image version. Co-authored-by: Chris Burns <[email protected]> * Correct chart version to 0.3.7 Co-authored-by: Chris Burns <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Burns <[email protected]> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Chris Burns <[email protected]>
1 parent b22466a commit ee0c60f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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.3.6
6-
appVersion: "0.4.2"
5+
version: 0.3.7
6+
appVersion: "0.5.2"

deploy/charts/operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ToolHive Operator Helm Chart
33

4-
![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square)
4+
![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -53,7 +53,7 @@ The command removes all the Kubernetes components associated with the chart and
5353
|-----|-------------|------|---------|
5454
| fullnameOverride | string | `"toolhive-operator"` | Provide a fully-qualified name override for resources |
5555
| nameOverride | string | `""` | Override the name of the chart |
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,"seccompProfile":{"type":"RuntimeDefault"}},"env":{},"features":{"experimental":false},"gc":{"gogc":75,"gomeglimit":"150MiB"},"image":"ghcr.io/stacklok/toolhive/operator:v0.5.0","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.5.0","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,"seccompProfile":{"type":"RuntimeDefault"}},"env":{},"features":{"experimental":false},"gc":{"gogc":75,"gomeglimit":"150MiB"},"image":"ghcr.io/stacklok/toolhive/operator:v0.5.2","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.5.2","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
5757
| operator.affinity | object | `{}` | Affinity settings for the operator pod |
5858
| operator.autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Configuration for horizontal pod autoscaling |
5959
| operator.autoscaling.enabled | bool | `false` | Enable autoscaling for the operator |
@@ -65,7 +65,7 @@ The command removes all the Kubernetes components associated with the chart and
6565
| operator.gc | object | `{"gogc":75,"gomeglimit":"150MiB"}` | Go memory limits and garbage collection percentage for the operator container |
6666
| operator.gc.gogc | int | `75` | Go garbage collection percentage for the operator container |
6767
| operator.gc.gomeglimit | string | `"150MiB"` | Go memory limits for the operator container |
68-
| operator.image | string | `"ghcr.io/stacklok/toolhive/operator:v0.5.0"` | Container image for the operator |
68+
| operator.image | string | `"ghcr.io/stacklok/toolhive/operator:v0.5.2"` | Container image for the operator |
6969
| operator.imagePullPolicy | string | `"IfNotPresent"` | Image pull policy for the operator container |
7070
| operator.imagePullSecrets | list | `[]` | List of image pull secrets to use |
7171
| 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 |
@@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and
9292
| operator.serviceAccount.labels | object | `{}` | Labels to add to the service account |
9393
| 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. |
9494
| operator.tolerations | list | `[]` | Tolerations for the operator pod |
95-
| operator.toolhiveRunnerImage | string | `"ghcr.io/stacklok/toolhive/proxyrunner:v0.5.0"` | Image to use for Toolhive runners |
95+
| operator.toolhiveRunnerImage | string | `"ghcr.io/stacklok/toolhive/proxyrunner:v0.5.2"` | Image to use for Toolhive runners |
9696
| operator.volumeMounts | list | `[]` | Additional volume mounts on the operator container |
9797
| operator.volumes | list | `[]` | Additional volumes to mount on the operator pod |
9898
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:0.1.0","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}` | All values for the registry API deployment and associated resources |

deploy/charts/operator/values-openshift.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.3.8
17+
image: ghcr.io/stacklok/toolhive/operator:v0.5.2
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.3.8
22+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.5.2
2323

2424
# -- Host for the proxy deployed by the operator
2525
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.5.0
17+
image: ghcr.io/stacklok/toolhive/operator:v0.5.2
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.5.0
22+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.5.2
2323

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

0 commit comments

Comments
 (0)