-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update README with reference to helm repository and publish newest wiremock-0.1.4 version to the repo #31
Closed
marcules
wants to merge
1
commit into
wiremock:master
from
marcules:feature/update-helm-charts-publishing
Closed
Conversation
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
gitkent
approved these changes
Feb 12, 2024
gitkent
requested changes
Feb 12, 2024
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.
@marcules All commits need to be signed. Please sign you commit.
…remock-0.1.4 version to the repo
marcules
force-pushed
the
feature/update-helm-charts-publishing
branch
from
February 18, 2024 14:51
f6aab8a
to
2058c13
Compare
@gitkent @oleg-nenashev hi I've amended the commit with my signature now |
gitkent
requested changes
Mar 26, 2024
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.
DanielFran
added a commit
to DanielFran/helm-charts
that referenced
this pull request
Jul 3, 2024
- Update image version and index - Updated readme with instructions to use helm repository - Updated notes and readme with port-forward instructions - Switch to Helm v2 - Substitute WIREMOCK_OPTION by args - Cleanup _helpers.tpl - Support additional pod annotations - Update configmaps - Update service - Fix ingress - Add imagePullSecrets support - Add service account support - Add pod and container security context support - Add horizontal pod autoscaler support - Updated CI and CD pipelines Fix wiremock#21 Fix wiremock#22 Fix wiremock#25 Fix wiremock#27 Fix wiremock#28 Fix wiremock#34 Fix wiremock#40 Close wiremock#29 Close wiremock#31 Close wiremock#33 Close wiremock#39
DanielFran
added a commit
to DanielFran/helm-charts
that referenced
this pull request
Jul 3, 2024
- Update image version and index - Update readme with instructions to use helm repository - Update notes and readme with port-forward instructions - Switch to Helm v2 - Substitute WIREMOCK_OPTION by args - Cleanup _helpers.tpl - Support additional pod annotations - Update configmaps - Update service - Fix ingress - Add imagePullSecrets support - Add service account support - Add pod and container security context support - Add horizontal pod autoscaler support - Update CI and CD pipelines Fix wiremock#21 Fix wiremock#22 Fix wiremock#25 Fix wiremock#27 Fix wiremock#28 Fix wiremock#34 Fix wiremock#40 Close wiremock#29 Close wiremock#31 Close wiremock#33 Close wiremock#39
DanielFran
added a commit
to DanielFran/helm-charts
that referenced
this pull request
Jul 3, 2024
- Update image version and index - Update readme with instructions to use helm repository - Update notes and readme with port-forward instructions - Switch to Helm v2 - Substitute WIREMOCK_OPTION by args - Cleanup _helpers.tpl - Support additional pod annotations - Update configmaps - Update service - Fix ingress - Add imagePullSecrets support - Add service account support - Add pod and container security context support - Add horizontal pod autoscaler support - Update CI and CD pipelines Fix wiremock#21 Fix wiremock#22 Fix wiremock#25 Fix wiremock#27 Fix wiremock#28 Fix wiremock#34 Fix wiremock#40 Close wiremock#29 Close wiremock#31 Close wiremock#33 Close wiremock#39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi,
I've seen that, if I try to use this helm-chart with the helm-repo functionality
helm repo add wiremock https://wiremock.github.io/helm-charts
then the old repository athttps://gitkent.github.io/helm-charts
is referenced, which returns a404
when trying to pull the chart from there. Further I've seen that version 0.1.4 was released on github but the index.yaml was not updated - so I've fixed the reference and ranpublish-helm-chart.sh
to update it.Kind Regards,
Marc
References
Submitter checklist
#help-contributing
or a project-specific channel like#wiremock-java