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

Upgrade Kyverno version. #59

Closed
GrahamDumpleton opened this issue Jun 27, 2023 · 1 comment
Closed

Upgrade Kyverno version. #59

GrahamDumpleton opened this issue Jun 27, 2023 · 1 comment
Assignees
Labels
area/installer Issues that have any relation with the installation scripts enhancement New feature or request

Comments

@GrahamDumpleton
Copy link
Contributor

Note that need to address:

Warning: Validation failure actions enforce/audit are deprecated, use Enforce/Audit instead.

This is because of settings like:

              validationFailureActionOverrides:
                description: ValidationFailureActionOverrides is a Cluster Policy
                  attribute that specifies ValidationFailureAction namespace-wise.
                  It overrides ValidationFailureAction for the specified namespaces.
                items:
                  properties:
                    action:
                      description: ValidationFailureAction defines the policy validation
                        failure action
                      enum:
                      - audit
                      - enforce
                      - Audit
                      - Enforce
                      type: string

Must use title case for names from 1.10 onwards.

Note that workshop definition mirrors lower case versions with:

                            rules:
                              type: object
                              properties:
                                action:
                                  type: string
                                  enum:
                                  - enforce
                                  - audit
                                  default: enforce

so need to determine whether this also needs to change if value flows through.

@GrahamDumpleton GrahamDumpleton added the enhancement New feature or request label Aug 17, 2023
@GrahamDumpleton GrahamDumpleton added this to the educates:2.7.0 milestone Sep 25, 2023
@jorgemoralespou jorgemoralespou modified the milestones: educates:2.7.0, educates:2.8.0 Mar 7, 2024
@jorgemoralespou jorgemoralespou self-assigned this Mar 7, 2024
@jorgemoralespou
Copy link
Contributor

This will be addressed with the new installer

@jorgemoralespou jorgemoralespou added the area/installer Issues that have any relation with the installation scripts label Mar 7, 2024
@GrahamDumpleton GrahamDumpleton modified the milestone: educates:2.8.0 Jun 7, 2024
@GrahamDumpleton GrahamDumpleton added this to the educates:3.0.0 milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/installer Issues that have any relation with the installation scripts enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants