Skip to content
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

Refactor 1 #115

Closed
wants to merge 158 commits into from
Closed

Refactor 1 #115

wants to merge 158 commits into from

Conversation

djkormo
Copy link
Owner

@djkormo djkormo commented Jan 31, 2025

Description

Adding github token to release workflow

Adding kubeconfig in .gitignore file
Typo in README.md file

djkormo and others added 30 commits November 12, 2023 16:56
 adding misssing directory for chart
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…x/crypto-0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0
….org/x/crypto-0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test
djkormo and others added 27 commits October 14, 2024 17:06
k8s services must have a name that is <=63 chars in length so that they
are valid DNS records. The metrics service name would easily exceed this
when the helm release name was long. As such:
- ensure the total name does not exceed 63 chars, truncating where
  necessary
- add a new value `metricsService.nameOverride` to allow overriding the metrics service name
- ensure the `metricsService.enabled` value is respected
feat(helm): ensure metrics service name is <=63 chars
- Delete old workflows
- Consolidate to codeql, test, release, helm-test, helm-release
- Update release pipelines to run on strict tag versions only
- Use goreleaser to create the GitHub release & publish Docker image
- Update README badges
@djkormo djkormo marked this pull request as draft January 31, 2025 21:18
@djkormo djkormo closed this Jan 31, 2025
@djkormo
Copy link
Owner Author

djkormo commented Jan 31, 2025

Closing due to setting wrong target branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants