-
Notifications
You must be signed in to change notification settings - Fork 43
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
Docker plain helm chart #1035
Open
segfault16
wants to merge
40
commits into
master
Choose a base branch
from
docker-plain-helm-chart
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docker plain helm chart #1035
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
429158a
feat: add initial draft for helm chart (docker-plain)
segfault16 a8df74d
test: docker-plain chart test use AWS ECR busybox
gerardcl 55df77c
test: update docker-plain golden tests with helm integration
gerardcl abcd6c1
feat: docker-plain remove provisioning resources creation
gerardcl 8be1e7a
drop: comment on docker-plain chart name
gerardcl 5fb6f7e
feat: prepare Chart.yaml for templating the componend_id
segfault16 3dc157b
fix: remove custom app label, prefer the labels suggested by kubernetes
segfault16 ed3b160
fix: remove componentId since this should be covered by the helm char…
segfault16 f83dba3
feat: update image section
segfault16 1d7229d
update devnotes
segfault16 543e5e2
fix TODO note regarding image Values values.yaml
gerardcl e48a729
feat: docker-plain ingress with default tls templating, fix imagetag …
gerardcl 3c9e765
fix: align tabs on ingress.yaml and update devnotes todo
gerardcl 0658683
feat: docker-plain render Helm chart Chart.yaml file
gerardcl 0b541a8
update devnotes, remove dependencies in Chart.yml for now
segfault16 d6d7121
Merge branch 'master' into docker-plain-helm-chart
segfault16 b97f813
update changelog
segfault16 8b87c2c
enable chart testing and enable deploymentStrategy to be set via valu…
gerardcl b2452c0
avoid dependency on Jenkins lib only provided image values - enable c…
gerardcl 6148c67
fix: add missing tpl for serviceAccount
segfault16 2b4a064
fix no property error
BraisVQ 9b6e866
fix
BraisVQ 37271df
skip SA creation on default, use chart fullname
segfault16 b64fd82
Change to nginxinc image
BraisVQ 4b74140
Merge branch 'master' into docker-plain-helm-chart
BraisVQ 6cd786f
Specify selector for Release manager pipeline
BraisVQ 1d9ff9c
Remove value
segfault16 865c738
use nginx image from redhat
segfault16 be71448
move image name logic to _image.tpl, make registry optional
segfault16 f445e25
Update readme, switch to ImagePullStrategy: IfNotPresent
segfault16 00ceccd
Provide initial values files for environments
segfault16 4485450
more strict schema
segfault16 818e13f
update image
segfault16 6bf18ed
docker-plain add helm lint and helm template processing howto info in…
gerardcl 11871d4
Update OS package by default
BraisVQ a4c338a
docker-plain: add HorizontalPodAutoscaler
faust2199 e3e6552
docker-plain: use nginx/nginx-unprivileged
faust2199 167397b
docker-plain: add simpleHost to chart/values.yaml
faust2199 fe5fa7f
docker-plain: allow additionalProperties; make use of .Values.service…
faust2199 6c58ed7
Revert "docker-plain: add simpleHost to chart/values.yaml"
faust2199 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needed?