Skip to content

Commit

Permalink
chore(Updates): Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 23, 2024
1 parent 0ab4afc commit b1ef8a4
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/argocd/base/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: argocd-operator
source: operator-hub
sourceNamespace: openshift-marketplace
startingCSV: argocd-operator.v0.12.0
startingCSV: argocd-operator.v0.13.0
config:
env:
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/eclipse-che/base/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
name: devworkspace-operator
source: devworkspace-operator-catalog
sourceNamespace: openshift-marketplace
startingCSV: devworkspace-operator.v0.31.2
startingCSV: devworkspace-operator.v0.32.0
config:
resources:
limits:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/github-runners/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ resources:
- ./runner-scale-sets/runners/kube-eagle.yaml
- ./runner-scale-sets/runners/spotify.yaml
- ./runner-scale-sets/runners/kfca.yaml
- ./runner-scale-sets/runners/kfco.yaml
- ./runner-scale-sets/limit-range.yaml
53 changes: 53 additions & 0 deletions kubernetes/github-runners/base/runner-scale-sets/runners/kfco.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
apiVersion: actions.github.com/v1alpha1
kind: AutoscalingRunnerSet
metadata:
name: kfco-arc-runner-set
namespace: github-arc-runners
labels:
app.kubernetes.io/component: "autoscaling-runner-set"
helm.sh/chart: gha-rs-0.9.3
app.kubernetes.io/name: kfco-arc-runner-set
app.kubernetes.io/instance: kfco-arc-runner-set
app.kubernetes.io/version: "0.9.3"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: gha-rs
actions.github.com/scale-set-name: kfco-arc-runner-set
actions.github.com/scale-set-namespace: github-arc-runners
annotations:
actions.github.com/cleanup-github-secret-name: arc-runner-set-gha-rs-github-secret
actions.github.com/cleanup-manager-role-binding: arc-runner-set-gha-rs-manager
actions.github.com/cleanup-manager-role-name: arc-runner-set-gha-rs-manager
actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-gha-rs-no-permission
spec:
githubConfigUrl: https://github.com/ArthurVardevanyan/k8s-federated-credential-operator
githubConfigSecret: arc-runner-set-gha-rs-github-secret

template:
spec:
restartPolicy: Never
serviceAccountName: arc-runner-set-gha-rs-no-permission
containers:
- name: runner
securityContext:
runAsUser: 1001
runAsNonRoot: true
privileged: false
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
resources:
limits:
cpu: "3"
memory: "3Gi"
ephemeral-storage: "10Gi"
requests:
cpu: "500m"
memory: "512Mi"
ephemeral-storage: "5Gi"
command:
- /home/runner/run.sh
image: ghcr.io/actions/actions-runner:2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380
2 changes: 1 addition & 1 deletion kubernetes/kube-eagle/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: kube-eagle
image: registry.arthurvardevanyan.com/homelab/kube-eagle@sha256:247f9279ea551aec3704bd2e3138d038d5c684f755c8835a0dd9641c3ff70d46
image: registry.arthurvardevanyan.com/homelab/kube-eagle@sha256:a8b42b14db97de1453ce05a468e1044eac53ee629d781e2f34c6a0e55037c31a
securityContext:
# runAsGroup: 11199
# runAsUser: 11199
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- args:
- --leader-elect
image: registry.arthurvardevanyan.com/homelab/openshift-monitoring-cr-controller@sha256:5cfd2ce6d2f2f64771d2637e9fb6d32ef42dad9ca834b4f7037ae8dfc5916423
image: registry.arthurvardevanyan.com/homelab/openshift-monitoring-cr-controller@sha256:73508a85db89ceb470c1bf2711388cfc1ee6c94a17de68eba8789dc3420607b1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit b1ef8a4

Please sign in to comment.