Skip to content

Commit

Permalink
Add UpdateContraints for MariaDB, PerconaXtraDB Version CR (#1263)
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman authored Aug 30, 2024
1 parent 80e6080 commit 0a3c6e2
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-10.10.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.10.7, <= 11.5.2'
version: 10.10.7
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-10.11.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.11.6, <= 11.5.2'
version: 10.11.6
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-10.4.32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.4.32, <= 11.5.2'
version: 10.4.32
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-10.5.23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.5.23, <= 11.5.2'
version: 10.5.23
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-10.6.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.6.16, <= 11.5.2'
version: 10.6.16
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.0.4, <= 11.5.2'
version: 11.0.4
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.1.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.1.3, <= 11.5.2'
version: 11.1.3
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.2.2, <= 11.5.2'
version: 11.2.2
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.3.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.3.2, <= 11.5.2'
version: 11.3.2
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.4.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.4.3, <= 11.5.2'
version: 11.4.3
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/mariadb/mariadb-11.5.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.5.2, <= 11.5.2'
version: 11.5.2
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.26, <= 8.0.31'
version: 8.0.26
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.28, <= 8.0.31'
version: 8.0.28
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.31, <= 8.0.31'
version: 8.0.31
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-10.10.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.10.7, <= 11.5.2'
version: 10.10.7
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-10.11.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.11.6, <= 11.5.2'
version: 10.11.6
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-10.4.32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.4.32, <= 11.5.2'
version: 10.4.32
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-10.5.23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.5.23, <= 11.5.2'
version: 10.5.23
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-10.6.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 10.6.16, <= 11.5.2'
version: 10.6.16
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.0.4, <= 11.5.2'
version: 11.0.4
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.1.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.1.3, <= 11.5.2'
version: 11.1.3
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.2.2, <= 11.5.2'
version: 11.2.2
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.3.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.3.2, <= 11.5.2'
version: 11.3.2
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.4.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.4.3, <= 11.5.2'
version: 11.4.3
{{ end }}
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mariadb/mariadb-11.5.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ spec:
ui:
- name: phpmyadmin
version: v2024.4.27
updateConstraints:
allowlist:
- '> 11.5.2, <= 11.5.2'
version: 11.5.2
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.26, <= 8.0.31'
version: 8.0.26
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.28, <= 8.0.31'
version: 8.0.28
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ spec:
name: perconaxtradb-backup-5.7
restoreTask:
name: perconaxtradb-restore-5.7
updateConstraints:
allowlist:
- '> 8.0.31, <= 8.0.31'
version: 8.0.31
{{ end }}

0 comments on commit 0a3c6e2

Please sign in to comment.