Skip to content

Commit

Permalink
task: updates versions of edge and unleash (#155)
Browse files Browse the repository at this point in the history
* task: updates versions of edge and unleash

* Turn off false positive checks

* Kind has not released newest tags yet
  • Loading branch information
chriswk authored Jul 15, 2024
1 parent b2c6594 commit 95b212f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
VALIDATE_JSCPD: false
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_YAML: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_CHECKOV: false

kubeconform:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -98,9 +101,9 @@ jobs:
matrix:
k8s:
- v1.26.15
- v1.27.14
- v1.28.10
- v1.29.5
- v1.27.13
- v1.28.9
- v1.29.4
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions charts/unleash-edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg

type: application

version: 2.6.2
version: 2.6.3

appVersion: "v19.1.3"
appVersion: "v19.2.0"

maintainers:
- name: chriswk
Expand Down
4 changes: 2 additions & 2 deletions charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg

type: application

version: 5.1.1
version: 5.1.2

appVersion: "6.0.0"
appVersion: "6.0.6"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/unleash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
{{- end }}
{{- if .Values.dbConfig.sslRejectUnauthorized }}
- name: DATABASE_SSL_REJECT_UNAUTHORIZED
value: "{{ .Values.dbConfig.sslRejectUnauthorizaed }}"
value: "{{ .Values.dbConfig.sslRejectUnauthorized }}"
{{- end }}
{{- if .Values.env }}
{{- toYaml .Values.env | nindent 12 }}
Expand Down

0 comments on commit 95b212f

Please sign in to comment.