-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(container): update gha group ( 0.9.2 → 0.9.3 ) #3890
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | -------------------------------------------------------------------------------- | ----- | ----- | | docker | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set | 0.9.2 | 0.9.3 | | docker | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.9.2 | 0.9.3 |
repo-jeeves
bot
added
renovate/container
Issue relates to a Renovate container update
type/patch
Issue relates to a patch version bump
cluster/main
Changes made in the main cluster
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
labels
Jun 25, 2024
--- kubernetes/main/apps/dev/actions-runner-controller/operator Kustomization: flux-system/dev-actions-runner-controller HelmRelease: dev/actions-runner-controller
+++ kubernetes/main/apps/dev/actions-runner-controller/operator Kustomization: flux-system/dev-actions-runner-controller HelmRelease: dev/actions-runner-controller
@@ -13,13 +13,13 @@
spec:
chart: gha-runner-scale-set-controller
sourceRef:
kind: HelmRepository
name: actions-runner-controller-charts
namespace: flux-system
- version: 0.9.2
+ version: 0.9.3
install:
crds: CreateReplace
createNamespace: true
remediation:
retries: 3
interval: 30m
--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-homelab
+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-homelab
@@ -13,13 +13,13 @@
spec:
chart: gha-runner-scale-set
sourceRef:
kind: HelmRepository
name: actions-runner-controller-charts
namespace: flux-system
- version: 0.9.2
+ version: 0.9.3
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall:
--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-staging
+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-staging
@@ -13,13 +13,13 @@
spec:
chart: gha-runner-scale-set
sourceRef:
kind: HelmRepository
name: actions-runner-controller-charts
namespace: flux-system
- version: 0.9.2
+ version: 0.9.3
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall: |
--- HelmRelease: dev/actions-runner-controller Deployment: dev/actions-runner-controller-gha-rs-controller
+++ HelmRelease: dev/actions-runner-controller Deployment: dev/actions-runner-controller-gha-rs-controller
@@ -30,13 +30,13 @@
app.kubernetes.io/namespace: dev
app.kubernetes.io/instance: actions-runner-controller
spec:
serviceAccountName: actions-runner-controller-gha-rs-controller
containers:
- name: manager
- image: ghcr.io/actions/gha-runner-scale-set-controller:0.9.2
+ image: ghcr.io/actions/gha-runner-scale-set-controller:0.9.3
imagePullPolicy: IfNotPresent
args:
- --auto-scaling-runner-set-only
- --log-level=debug
- --log-format=text
- --update-strategy=immediate
@@ -44,13 +44,13 @@
- --listener-metrics-endpoint=
- --metrics-addr=0
command:
- /manager
env:
- name: CONTROLLER_MANAGER_CONTAINER_IMAGE
- value: ghcr.io/actions/gha-runner-scale-set-controller:0.9.2
+ value: ghcr.io/actions/gha-runner-scale-set-controller:0.9.3
- name: CONTROLLER_MANAGER_POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
volumeMounts:
- mountPath: /tmp |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cluster/main
Changes made in the main cluster
renovate/container
Issue relates to a Renovate container update
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
type/patch
Issue relates to a patch version bump
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.2
->0.9.3
0.9.2
->0.9.3
Release Notes
actions/actions-runner-controller (gha-runner-scale-set)
v0.9.3
Compare Source
Changelog