-
Notifications
You must be signed in to change notification settings - Fork 6
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 GO and operator versions #18
update GO and operator versions #18
Conversation
almoggue
commented
Jan 24, 2024
•
edited
Loading
edited
- update GO version to 1.21.5
- fix CVEs by updating GO packages
- update tests:
- operator version 7.2.4-12
- update k8s version 1.26
- enable running CI action manually
f43fda8
to
5ffe127
Compare
5ffe127
to
f17b77f
Compare
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.
Great!
Please view non-blocking comments.
like the declarative pipelines reminded me how easy they are 👍 although the testing imo should be by running a python script and not bash cmds in the yaml but unrelated to the pr.
@@ -54,7 +54,7 @@ kind: RedisEnterpriseDatabase | |||
metadata: | |||
name: mydb | |||
spec: | |||
memory: 100MB |
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.
preserveUnknownFields: false
@@ -72,7 +72,7 @@ kind: RedisEnterpriseDatabase | |||
metadata: |
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.
to be allied please consider adding the label to the REDB metadata here:
labels:
app: redis-enterprise
@@ -54,7 +54,7 @@ kind: RedisEnterpriseDatabase | |||
metadata: |
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.
also here:
to be allied please consider adding the label to the REDB metadata here:
labels:
app: redis-enterprise
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.
added
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.
see above comments :)
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.
Great!