-
Notifications
You must be signed in to change notification settings - Fork 62
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
chore: pre-relase branches #663
base: feat/fx-impl
Are you sure you want to change the base?
Conversation
* feat(csi-106): updated ALS version * feat: ttk bump * feat(csi-107): updated QS version * feat(csi-107): updated ALS and QS versions to use iso images * fix: interscheme * chore: fx upstream merge (#664) * fix: reload on config-override change (#662) * feat: added script to rebuild images for arm * chore: update mysql version in initcontainers * chore: readme * chore: added doc * chore: doc * fix: ttk ulid * chore: changed helmfile * fix: versions * fix: version * fix: interscheme --------- Co-authored-by: Kalin Krustev <kalin.krustev@gmail.com> * chore: cleanup * fix: json * fix: ttk testcase * feat: enabled iso config for ml-api-adapter * fix: ns * feat: added helmfile for iso * fix: header issues * chore: bump * chore: ttk bump * chore: testcases tag * chore: ml-api bump * fix(csi-809): updated ALS version * chore: ml api bump * fix: cl an ml --------- Co-authored-by: Vijay <vijaya.guthi@infitx.com> Co-authored-by: vijayg10 <33152110+vijayg10@users.noreply.github.com> Co-authored-by: Kalin Krustev <kalin.krustev@gmail.com>
{{- end }} | ||
- name: DB_DATABASE | ||
value: '{{ .Values.config.db_database }}' | ||
containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted
- name: DB_DATABASE | ||
value: '{{ .Values.config.db_database }}' | ||
containers: | ||
- name: run-migration |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced
* feat(csi-704): updated PDB to als-admin * feat(csi-704): updated rollingUpdate section for handlers * feat(csi-704): removed pdb example
…e with Apple Silicon
feat(csi-704): updated PDB to als-admin
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Build a pre-relase version from pre-relase branches major/name, minor/name, patch/name
Can be used with helm upgrade --version '>=x.x.x-name.0 <x.x.x-name.999999' to avoid picking
unintended versions from multiple active branches doing snapshot releases
This will also allow proper tracking of semver compatible pre-relase tags in continuous deployment scripts.