-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release 1.2 #333
Release 1.2 #333
Conversation
Fixed radar-push-endpoint servicemonitor
* dev: bugfix: BackOffLimitExceeded GLIBC not found Velero Update velero version to fix BackfOffLimit error Fixed radar-push-endpoint servicemonitor
Upgrade catalog server to chart 0.5.2
* dev: bugfix: BackOffLimitExceeded GLIBC not found Velero Update velero version to fix BackfOffLimit error Fixed radar-push-endpoint servicemonitor Upgrade catalog server to chart 0.5.2
Update chart versions for egress config fixes
Improve docs
PR feedback Keyvan.
PR feedback Keyvan.
PR feedback Keyvan.
PR feedback Keyvan.
PR feedback Keyvan.
@@ -19,7 +17,6 @@ resources: | |||
ingress: | |||
enabled: true | |||
annotations: | |||
kubernetes.io/ingress.class: nginx |
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.
Do we need to replace this with ingressClassName: "nginx"
?
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.
Yes but it is in the latest version of the schema registry helm chart so there shouldn't be an issue.
RADAR-base/cp-helm-charts@44e0148
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.
Oh okay thank you! Is it 0.3.2
?
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.
Yes!
Minio won't start if the password length is less than 9 characters.
15394ca
to
c18b654
Compare
@pvannierop @mpgxvii @yatharthranjan |
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.
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.
Nice work. Just wonder if it's worth mentioning this release will continue supporting K8s 1.29 and 1.28. Also, can the README link back to RADAR-K8s-Infrastructure as an alternative for users preferring a cloud provider over k3s?
f7cd74b
to
13e030e
Compare
I did add the note about RADAR-K8s-Infrastructure, I think mentioning older versions of K8S isn't needed as I don't think there will be new installations that are using it. |
We can use this branch to make the new release.