-
Notifications
You must be signed in to change notification settings - Fork 0
Test action #3
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
Closed
Test action #3
Conversation
This file contains hidden or 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
Flux Helm diffsinfrastructure/base/dcgm-exporter/helm.yaml--- /dev/fd/63 2024-09-27 13:09:48.537730576 +0000
+++ /dev/fd/62 2024-09-27 13:09:48.538730580 +0000
@@ -1 +1,287 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+---
+# Source: dcgm-exporter/templates/metrics-configmap.yaml
+apiVersion: v1
+data:
+ metrics: |
+ # Format
+ # If line starts with a '#' it is considered a comment
+ # DCGM FIELD, Prometheus metric type, help message
+ # Clocks
+ DCGM_FI_DEV_SM_CLOCK, gauge, SM clock frequency (in MHz).
+ DCGM_FI_DEV_MEM_CLOCK, gauge, Memory clock frequency (in MHz).
+
+ # Temperature
+ DCGM_FI_DEV_MEMORY_TEMP, gauge, Memory temperature (in C).
+ DCGM_FI_DEV_GPU_TEMP, gauge, GPU temperature (in C).
+
+ # Power
+ DCGM_FI_DEV_POWER_USAGE, gauge, Power draw (in W).
+ DCGM_FI_DEV_TOTAL_ENERGY_CONSUMPTION, counter, Total energy consumption since boot (in mJ).
+
+ # PCIE
+ # DCGM_FI_PROF_PCIE_TX_BYTES, counter, Total number of bytes transmitted through PCIe TX via NVML.
+ # DCGM_FI_PROF_PCIE_RX_BYTES, counter, Total number of bytes received through PCIe RX via NVML.
+ DCGM_FI_DEV_PCIE_REPLAY_COUNTER, counter, Total number of PCIe retries.
+
+ # Utilization (the sample period varies depending on the product)
+ DCGM_FI_DEV_GPU_UTIL, gauge, GPU utilization (in %).
+ DCGM_FI_DEV_MEM_COPY_UTIL, gauge, Memory utilization (in %).
+ DCGM_FI_DEV_ENC_UTIL, gauge, Encoder utilization (in %).
+ DCGM_FI_DEV_DEC_UTIL , gauge, Decoder utilization (in %).
+
+ # Errors and violations
+ DCGM_FI_DEV_XID_ERRORS, gauge, Value of the last XID error encountered.
+ # DCGM_FI_DEV_POWER_VIOLATION, counter, Throttling duration due to power constraints (in us).
+ # DCGM_FI_DEV_THERMAL_VIOLATION, counter, Throttling duration due to thermal constraints (in us).
+ # DCGM_FI_DEV_SYNC_BOOST_VIOLATION, counter, Throttling duration due to sync-boost constraints (in us).
+ # DCGM_FI_DEV_BOARD_LIMIT_VIOLATION, counter, Throttling duration due to board limit constraints (in us).
+ # DCGM_FI_DEV_LOW_UTIL_VIOLATION, counter, Throttling duration due to low utilization (in us).
+ # DCGM_FI_DEV_RELIABILITY_VIOLATION, counter, Throttling duration due to reliability constraints (in us).
+
+ # Memory usage
+ DCGM_FI_DEV_FB_FREE, gauge, Framebuffer memory free (in MiB).
+ DCGM_FI_DEV_FB_USED, gauge, Framebuffer memory used (in MiB).
+
+ # ECC
+ # DCGM_FI_DEV_ECC_SBE_VOL_TOTAL, counter, Total number of single-bit volatile ECC errors.
+ # DCGM_FI_DEV_ECC_DBE_VOL_TOTAL, counter, Total number of double-bit volatile ECC errors.
+ # DCGM_FI_DEV_ECC_SBE_AGG_TOTAL, counter, Total number of single-bit persistent ECC errors.
+ # DCGM_FI_DEV_ECC_DBE_AGG_TOTAL, counter, Total number of double-bit persistent ECC errors.
+
+ # Retired pages
+ # DCGM_FI_DEV_RETIRED_SBE, counter, Total number of retired pages due to single-bit errors.
+ # DCGM_FI_DEV_RETIRED_DBE, counter, Total number of retired pages due to double-bit errors.
+ # DCGM_FI_DEV_RETIRED_PENDING, counter, Total number of pages pending retirement.
+
+ # NVLink
+ # DCGM_FI_DEV_NVLINK_CRC_FLIT_ERROR_COUNT_TOTAL, counter, Total number of NVLink flow-control CRC errors.
+ # DCGM_FI_DEV_NVLINK_CRC_DATA_ERROR_COUNT_TOTAL, counter, Total number of NVLink data CRC errors.
+ # DCGM_FI_DEV_NVLINK_REPLAY_ERROR_COUNT_TOTAL, counter, Total number of NVLink retries.
+ # DCGM_FI_DEV_NVLINK_RECOVERY_ERROR_COUNT_TOTAL, counter, Total number of NVLink recovery errors.
+ DCGM_FI_DEV_NVLINK_BANDWIDTH_TOTAL, counter, Total number of NVLink bandwidth counters for all lanes.
+ # DCGM_FI_DEV_NVLINK_BANDWIDTH_L0, counter, The number of bytes of active NVLink rx or tx data including both header and payload.
+
+ # VGPU License status
+ DCGM_FI_DEV_VGPU_LICENSE_STATUS, gauge, vGPU License status
+
+ # Remapped rows
+ DCGM_FI_DEV_UNCORRECTABLE_REMAPPED_ROWS, counter, Number of remapped rows for uncorrectable errors
+ DCGM_FI_DEV_CORRECTABLE_REMAPPED_ROWS, counter, Number of remapped rows for correctable errors
+ DCGM_FI_DEV_ROW_REMAP_FAILURE, gauge, Whether remapping of rows has failed
+
+ # DCP metrics
+ DCGM_FI_PROF_GR_ENGINE_ACTIVE, gauge, Ratio of time the graphics engine is active.
+ # DCGM_FI_PROF_SM_ACTIVE, gauge, The ratio of cycles an SM has at least 1 warp assigned.
+ # DCGM_FI_PROF_SM_OCCUPANCY, gauge, The ratio of number of warps resident on an SM.
+ DCGM_FI_PROF_PIPE_TENSOR_ACTIVE, gauge, Ratio of cycles the tensor (HMMA) pipe is active.
+ DCGM_FI_PROF_DRAM_ACTIVE, gauge, Ratio of cycles the device memory interface is active sending or receiving data.
+ # DCGM_FI_PROF_PIPE_FP64_ACTIVE, gauge, Ratio of cycles the fp64 pipes are active.
+ # DCGM_FI_PROF_PIPE_FP32_ACTIVE, gauge, Ratio of cycles the fp32 pipes are active.
+ # DCGM_FI_PROF_PIPE_FP16_ACTIVE, gauge, Ratio of cycles the fp16 pipes are active.
+ DCGM_FI_PROF_PCIE_TX_BYTES, counter, The number of bytes of active pcie tx data including both header and payload.
+ DCGM_FI_PROF_PCIE_RX_BYTES, counter, The number of bytes of active pcie rx data including both header and payload.
+kind: ConfigMap
+metadata:
+ name: exporter-metrics-config-map
+ namespace: dcgm-exporter
+---
+# Source: dcgm-exporter/templates/role.yaml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: Role
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ name: dcgm-exporter-read-cm
+ namespace: dcgm-exporter
+rules:
+ - apiGroups:
+ - ""
+ resourceNames:
+ - exporter-metrics-config-map
+ resources:
+ - configmaps
+ verbs:
+ - get
+---
+# Source: dcgm-exporter/templates/rolebinding.yaml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: RoleBinding
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: Role
+ name: dcgm-exporter-read-cm
+subjects:
+ - kind: ServiceAccount
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+---
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+spec:
+ ports:
+ - name: metrics
+ port: 9400
+ protocol: TCP
+ targetPort: 9400
+ selector:
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/name: dcgm-exporter
+ type: ClusterIP
+---
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+spec:
+ selector:
+ matchLabels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/name: dcgm-exporter
+ template:
+ metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/name: dcgm-exporter
+ spec:
+ containers:
+ - args:
+ - -f
+ - /etc/dcgm-exporter/dcp-metrics-included.csv
+ env:
+ - name: DCGM_EXPORTER_KUBERNETES
+ value: "true"
+ - name: DCGM_EXPORTER_LISTEN
+ value: :9400
+ - name: NODE_NAME
+ valueFrom:
+ fieldRef:
+ fieldPath: spec.nodeName
+ image: nvcr.io/nvidia/k8s/dcgm-exporter:3.3.7-3.5.0-ubuntu22.04
+ imagePullPolicy: IfNotPresent
+ livenessProbe:
+ httpGet:
+ path: /health
+ port: 9400
+ initialDelaySeconds: 45
+ periodSeconds: 5
+ name: exporter
+ ports:
+ - containerPort: 9400
+ name: metrics
+ readinessProbe:
+ httpGet:
+ path: /health
+ port: 9400
+ initialDelaySeconds: 45
+ resources:
+ limits:
+ memory: 256Mi
+ requests:
+ cpu: 100m
+ memory: 256Mi
+ securityContext:
+ capabilities:
+ add:
+ - SYS_ADMIN
+ runAsNonRoot: false
+ runAsUser: 0
+ volumeMounts:
+ - mountPath: /var/lib/kubelet/pod-resources
+ name: pod-gpu-resources
+ readOnly: true
+ nodeSelector:
+ nvidia.com/gpu: "true"
+ priorityClassName: infrastructure
+ serviceAccountName: dcgm-exporter
+ tolerations:
+ - key: CriticalAddonsOnly
+ operator: Exists
+ - effect: NoSchedule
+ key: nvidia.com/gpu
+ operator: Exists
+ volumes:
+ - hostPath:
+ path: /var/lib/kubelet/pod-resources
+ name: pod-gpu-resources
+ updateStrategy:
+ rollingUpdate:
+ maxSurge: 0
+ maxUnavailable: 25%
+ type: RollingUpdate
+---
+apiVersion: monitoring.coreos.com/v1
+kind: ServiceMonitor
+metadata:
+ labels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: dcgm-exporter
+ app.kubernetes.io/version: 3.5.0
+ helm.sh/chart: dcgm-exporter-3.5.0
+ instance: primary
+ name: dcgm-exporter
+ namespace: dcgm-exporter
+spec:
+ endpoints:
+ - honorLabels: false
+ interval: 120s
+ path: /metrics
+ port: metrics
+ relabelings: []
+ namespaceSelector:
+ matchNames:
+ - dcgm-exporter
+ selector:
+ matchLabels:
+ app.kubernetes.io/component: dcgm-exporter
+ app.kubernetes.io/instance: dcgm-exporter
+ app.kubernetes.io/name: dcgm-exporter infrastructure/base/metaflow/helm.yaml
infrastructure/base/nvidia-device-plugin/helm.yaml--- /dev/fd/63 2024-09-27 13:09:48.991732404 +0000
+++ /dev/fd/62 2024-09-27 13:09:48.991732404 +0000
@@ -1,14 +1,70 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ labels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: nvidia-device-plugin
+ app.kubernetes.io/version: 0.15.0
+ helm.sh/chart: nvidia-device-plugin-0.15.0
+ name: nvidia-device-plugin-service-account
+ namespace: nvidia-device-plugin
+---
+# Source: nvidia-device-plugin/templates/role.yml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ labels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: nvidia-device-plugin
+ app.kubernetes.io/version: 0.15.0
+ helm.sh/chart: nvidia-device-plugin-0.15.0
+ name: nvidia-device-plugin-role
+ namespace: nvidia-device-plugin
+rules:
+ - apiGroups:
+ - ""
+ resources:
+ - nodes
+ verbs:
+ - get
+ - list
+ - watch
+---
+# Source: nvidia-device-plugin/templates/role-binding.yml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ labels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: nvidia-device-plugin
+ app.kubernetes.io/version: 0.15.0
+ helm.sh/chart: nvidia-device-plugin-0.15.0
+ name: nvidia-device-plugin-role-binding
+ namespace: nvidia-device-plugin
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: nvidia-device-plugin-role
+subjects:
+ - kind: ServiceAccount
+ name: nvidia-device-plugin-service-account
+ namespace: nvidia-device-plugin
+---
+# Source: nvidia-device-plugin/templates/daemonset-device-plugin.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
labels:
app.kubernetes.io/instance: nvidia-device-plugin
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nvidia-device-plugin
- app.kubernetes.io/version: 0.14.5
- helm.sh/chart: nvidia-device-plugin-0.14.5
+ app.kubernetes.io/version: 0.15.0
+ helm.sh/chart: nvidia-device-plugin-0.15.0
name: nvidia-device-plugin
namespace: nvidia-device-plugin
spec:
selector:
matchLabels:
@@ -19,15 +75,42 @@
annotations: {}
labels:
app.kubernetes.io/instance: nvidia-device-plugin
app.kubernetes.io/name: nvidia-device-plugin
spec:
+ affinity:
+ nodeAffinity:
+ requiredDuringSchedulingIgnoredDuringExecution:
+ nodeSelectorTerms:
+ - matchExpressions:
+ - key: feature.node.kubernetes.io/pci-10de.present
+ operator: In
+ values:
+ - "true"
+ - matchExpressions:
+ - key: feature.node.kubernetes.io/cpu-model.vendor_id
+ operator: In
+ values:
+ - NVIDIA
+ - matchExpressions:
+ - key: nvidia.com/gpu.present
+ operator: In
+ values:
+ - "true"
containers:
- - env:
+ - command:
+ - nvidia-device-plugin
+ env:
+ - name: MPS_ROOT
+ value: /run/nvidia/mps
- name: NVIDIA_MIG_MONITOR_DEVICES
value: all
- image: nvcr.io/nvidia/k8s-device-plugin:v0.14.5
+ - name: NVIDIA_VISIBLE_DEVICES
+ value: all
+ - name: NVIDIA_DRIVER_CAPABILITIES
+ value: compute,utility
+ image: nvcr.io/nvidia/k8s-device-plugin:v0.15.0
imagePullPolicy: IfNotPresent
name: nvidia-device-plugin-ctr
resources:
limits:
memory: 64Mi
@@ -39,10 +122,17 @@
add:
- SYS_ADMIN
volumeMounts:
- mountPath: /var/lib/kubelet/device-plugins
name: device-plugin
+ # The MPS /dev/shm is needed to allow for MPS daemon health-checking.
+ - mountPath: /dev/shm
+ name: mps-shm
+ - mountPath: /mps
+ name: mps-root
+ - mountPath: /var/run/cdi
+ name: cdi-root
nodeSelector:
nvidia.com/gpu: "true"
priorityClassName: system-node-critical
securityContext: {}
tolerations:
@@ -62,10 +152,151 @@
operator: Exists
volumes:
- hostPath:
path: /var/lib/kubelet/device-plugins
name: device-plugin
+ - hostPath:
+ path: /run/nvidia/mps
+ type: DirectoryOrCreate
+ name: mps-root
+ - hostPath:
+ path: /run/nvidia/mps/shm
+ name: mps-shm
+ - hostPath:
+ path: /var/run/cdi
+ type: DirectoryOrCreate
+ name: cdi-root
updateStrategy:
rollingUpdate:
maxUnavailable: 25%
type: RollingUpdate
---
+# Source: nvidia-device-plugin/templates/daemonset-mps-control-daemon.yml
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+ labels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: nvidia-device-plugin
+ app.kubernetes.io/version: 0.15.0
+ helm.sh/chart: nvidia-device-plugin-0.15.0
+ name: nvidia-device-plugin-mps-control-daemon
+ namespace: nvidia-device-plugin
+spec:
+ selector:
+ matchLabels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/name: nvidia-device-plugin
+ template:
+ metadata:
+ annotations: {}
+ labels:
+ app.kubernetes.io/instance: nvidia-device-plugin
+ app.kubernetes.io/name: nvidia-device-plugin
+ spec:
+ affinity:
+ nodeAffinity:
+ requiredDuringSchedulingIgnoredDuringExecution:
+ nodeSelectorTerms:
+ - matchExpressions:
+ - key: feature.node.kubernetes.io/pci-10de.present
+ operator: In
+ values:
+ - "true"
+ - matchExpressions:
+ - key: feature.node.kubernetes.io/cpu-model.vendor_id
+ operator: In
+ values:
+ - NVIDIA
+ - matchExpressions:
+ - key: nvidia.com/gpu.present
+ operator: In
+ values:
+ - "true"
+ containers:
+ - command:
+ - mps-control-daemon
+ env:
+ - name: NODE_NAME
+ valueFrom:
+ fieldRef:
+ apiVersion: v1
+ fieldPath: spec.nodeName
+ - name: NVIDIA_MIG_MONITOR_DEVICES
+ value: all
+ - name: NVIDIA_VISIBLE_DEVICES
+ value: all
+ - name: NVIDIA_DRIVER_CAPABILITIES
+ value: compute,utility
+ image: nvcr.io/nvidia/k8s-device-plugin:v0.15.0
+ imagePullPolicy: IfNotPresent
+ name: mps-control-daemon-ctr
+ resources:
+ limits:
+ memory: 64Mi
+ requests:
+ cpu: 10m
+ memory: 64Mi
+ securityContext:
+ privileged: true
+ volumeMounts:
+ - mountPath: /dev/shm
+ name: mps-shm
+ - mountPath: /mps
+ name: mps-root
+ initContainers:
+ - command:
+ - mps-control-daemon
+ - mount-shm
+ image: nvcr.io/nvidia/k8s-device-plugin:v0.15.0
+ name: mps-control-daemon-mounts
+ resources:
+ limits:
+ memory: 64Mi
+ requests:
+ cpu: 10m
+ memory: 64Mi
+ securityContext:
+ privileged: true
+ volumeMounts:
+ - mountPath: /mps
+ mountPropagation: Bidirectional
+ name: mps-root
+ nodeSelector:
+ nvidia.com/gpu: "true"
+ # We only deploy this pod if the following sharing label is applied.
+ nvidia.com/mps.capable: "true"
+ priorityClassName: system-node-critical
+ securityContext: {}
+ tolerations:
+ - key: CriticalAddonsOnly
+ operator: Exists
+ - effect: NoSchedule
+ key: nvidia.com/gpu
+ operator: Exists
+ - effect: NoSchedule
+ key: veo.co/nodegroup-purpose
+ operator: Exists
+ - effect: NoSchedule
+ key: veo.co/processing-type
+ operator: Exists
+ - effect: NoSchedule
+ key: ${flux_toleration_key}
+ operator: Exists
+ volumes:
+ - hostPath:
+ path: /run/nvidia/mps
+ type: DirectoryOrCreate
+ name: mps-root
+ - hostPath:
+ path: /run/nvidia/mps/shm
+ name: mps-shm
+ updateStrategy:
+ rollingUpdate:
+ maxUnavailable: 25%
+ type: RollingUpdate
+---
+
+---
+
+--- infrastructure/base/weave-gitops-helm2oci/helm.yamlNo changes infrastructure/base/weave-gitops-helmrepo/helm.yaml--- /dev/fd/63 2024-09-27 13:09:52.125745261 +0000
+++ /dev/fd/62 2024-09-27 13:09:52.126745265 +0000
@@ -1,7 +1,7 @@
-Digest: sha256:ecf9b11fb56392b0b3dd1dc16e90529ece808e33711f83a14f3b1aa65dcad5c1
-Pulled: ghcr.io/weaveworks/charts/weave-gitops:4.0.31
+Digest: sha256:2e2460c3a971dcc034aea485586a69d7c14e1d4f064619d77492375f7d3ba0c4
+Pulled: ghcr.io/weaveworks/charts/weave-gitops:4.0.33
---
# Source: weave-gitops/templates/network-policy.yaml
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
@@ -39,12 +39,12 @@
metadata:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.35.0
+ helm.sh/chart: weave-gitops-4.0.33
name: weave-gitops
---
# Source: weave-gitops/templates/admin-user-creds.yaml
apiVersion: v1
data:
@@ -212,12 +212,12 @@
metadata:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.35.0
+ helm.sh/chart: weave-gitops-4.0.33
name: weave-gitops
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: weave-gitops
@@ -314,12 +314,12 @@
annotations:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.35.0
+ helm.sh/chart: weave-gitops-4.0.33
name: weave-gitops
spec:
ports:
- name: http
port: 9001
@@ -337,12 +337,12 @@
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
app.kubernetes.io/part-of: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.35.0
+ helm.sh/chart: weave-gitops-4.0.33
weave.works/app: weave-gitops-oss
name: weave-gitops
spec:
replicas: 1
selector:
@@ -365,11 +365,11 @@
env:
- name: WEAVE_GITOPS_FEATURE_TENANCY
value: "true"
- name: WEAVE_GITOPS_FEATURE_CLUSTER
value: "false"
- image: ghcr.io/weaveworks/wego-app:v0.33.0
+ image: ghcr.io/weaveworks/wego-app:v0.35.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /
port: http
@@ -403,12 +403,12 @@
cert-manager.io/cluster-issuer: letsencrypt
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.35.0
+ helm.sh/chart: weave-gitops-4.0.33
name: weave-gitops
spec:
ingressClassName: nginx
rules:
- host: gitops.${flux_base_domain_name}
@@ -423,28 +423,5 @@
pathType: Prefix
tls:
- hosts:
- gitops.${flux_base_domain_name}
secretName: gitops-tls
----
-# Source: weave-gitops/templates/tests/test-connection.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- annotations:
- helm.sh/hook: test
- labels:
- app.kubernetes.io/instance: weave-gitops
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
- name: weave-gitops-test-connection
-spec:
- containers:
- - args:
- - weave-gitops:9001
- command:
- - wget
- image: busybox
- name: wget
- restartPolicy: Never infrastructure/base/weave-gitops-ocirepo/helm.yaml--- /dev/fd/63 2024-09-27 13:09:53.714751804 +0000
+++ /dev/fd/62 2024-09-27 13:09:53.714751804 +0000
@@ -1,7 +1,7 @@
-Digest: sha256:ecf9b11fb56392b0b3dd1dc16e90529ece808e33711f83a14f3b1aa65dcad5c1
-Pulled: ghcr.io/weaveworks/charts/weave-gitops:4.0.31
+Digest: sha256:68e0ca052b23f0fd11c4923192cec0d65f8129553eb44605f117f9824dd0dae8
+Pulled: ghcr.io/weaveworks/charts/weave-gitops:4.0.32
---
# Source: weave-gitops/templates/network-policy.yaml
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
@@ -39,12 +39,12 @@
metadata:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
name: weave-gitops
---
# Source: weave-gitops/templates/admin-user-creds.yaml
apiVersion: v1
data:
@@ -212,12 +212,12 @@
metadata:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
name: weave-gitops
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: weave-gitops
@@ -314,12 +314,12 @@
annotations:
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
name: weave-gitops
spec:
ports:
- name: http
port: 9001
@@ -337,12 +337,12 @@
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
app.kubernetes.io/part-of: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
weave.works/app: weave-gitops-oss
name: weave-gitops
spec:
replicas: 1
selector:
@@ -365,11 +365,11 @@
env:
- name: WEAVE_GITOPS_FEATURE_TENANCY
value: "true"
- name: WEAVE_GITOPS_FEATURE_CLUSTER
value: "false"
- image: ghcr.io/weaveworks/wego-app:v0.33.0
+ image: ghcr.io/weaveworks/wego-app:v0.34.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /
port: http
@@ -403,12 +403,12 @@
cert-manager.io/cluster-issuer: letsencrypt
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
name: weave-gitops
spec:
ingressClassName: nginx
rules:
- host: gitops.${flux_base_domain_name}
@@ -434,12 +434,12 @@
helm.sh/hook: test
labels:
app.kubernetes.io/instance: weave-gitops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: weave-gitops
- app.kubernetes.io/version: v0.33.0
- helm.sh/chart: weave-gitops-4.0.31
+ app.kubernetes.io/version: v0.34.0
+ helm.sh/chart: weave-gitops-4.0.32
name: weave-gitops-test-connection
spec:
containers:
- args:
- weave-gitops:9001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.