Skip to content

Commit

Permalink
fix: revert some mysql changes and remove multiple k8s versions until…
Browse files Browse the repository at this point in the history
… I can get the tests to work in GA
  • Loading branch information
danielpanzella committed Feb 3, 2025
1 parent 330ff9d commit 407728b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-operator-wandb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Test Chart
strategy:
matrix:
k8s-version: ["v1.32.1", "v1.31.4", "v1.30.8"]
k8s-version: ["v1.32.1"]
configuration: ["default"]
runs-on: ubuntu-22.04
environment: Helm Charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ spec:
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
containers:
- name: mysql
image: "{{ .Values.image.repository }}:8.2"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
{{- include "wandb.podSecurityContext" .Values.container.securityContext | nindent 10 }}
ports:
- name: mysql
containerPort: 3306
Expand Down

0 comments on commit 407728b

Please sign in to comment.