-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add Helm-Chart and improves release processes #89
Conversation
Fixes using the wrong access token for releases.
The following tag formats are only available through multi arch manifests but no longer as arch specific image tags: * latest-<ARCH> * v<MAJOR>.<MINOR>-<ARCH> * v<MAJOR>-<ARCH> Additionally, these tags are only published if it is not a prerelease.
securityContext: | ||
{{- toYaml .Values.podSecurityContext | nindent 8 }} | ||
containers: | ||
- name: {{ .Chart.Name }} |
Check warning
Code scanning / SonarCloud
CPU limits should be enforced
securityContext: | ||
{{- toYaml .Values.podSecurityContext | nindent 8 }} | ||
containers: | ||
- name: {{ .Chart.Name }} |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced
{{- with .Values.podLabels }} | ||
{{- toYaml . | nindent 8 }} | ||
{{- end }} | ||
spec: |
Check warning
Code scanning / SonarCloud
Service account tokens should not be mounted in pods
securityContext: | ||
{{- toYaml .Values.podSecurityContext | nindent 8 }} | ||
containers: | ||
- name: {{ .Chart.Name }} |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced
|
This PR adds a helm-chart to deploy it in an kubernetes environment and generally improves the release process.