Skip to content

Commit

Permalink
chore: make reviewable
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Nov 22, 2024
1 parent 2abf2a7 commit ca6169e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.62.0
hooks:
- id: golangci-lint
entry: golangci-lint run --new-from-rev HEAD --whole-files
Expand Down
2 changes: 1 addition & 1 deletion chart/validator/README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ plugins:
- chart:
name: validator-plugin-azure
repository: validator-plugin-azure
version: v0.0.21
version: v0.0.22
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -251,7 +251,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-azure
tag: v0.0.21
tag: v0.0.22
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -410,7 +410,7 @@ plugins:
- chart:
name: validator-plugin-aws
repository: validator-plugin-aws
version: v0.1.7
version: v0.1.8
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -445,7 +445,7 @@ plugins:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-aws
tag: v0.1.7
tag: v0.1.8
resources:
limits:
cpu: 500m
Expand Down
10 changes: 5 additions & 5 deletions hauler-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
spec:
images:
- name: quay.io/validator-labs/validator:v0.1.12 # x-release-please-version
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.7
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.21
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.8
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.22
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4
- name: quay.io/validator-labs/validator-plugin-maas:v0.0.12
- name: quay.io/validator-labs/validator-plugin-network:v0.1.0
Expand All @@ -30,10 +30,10 @@ spec:
version: 0.1.12 # x-release-please-version
- name: validator-plugin-aws
repoURL: https://validator-labs.github.io/validator-plugin-aws
version: 0.1.7
version: 0.1.8
- name: validator-plugin-azure
repoURL: https://validator-labs.github.io/validator-plugin-azure
version: 0.0.21
version: 0.0.22
- name: validator-plugin-kubescape
repoURL: https://validator-labs.github.io/validator-plugin-kubescape
version: 0.0.4
Expand All @@ -57,4 +57,4 @@ metadata:
spec:
files:
- name: validatorctl
path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.2/validator-linux-ARCH
path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.4/validator-linux-ARCH
1 change: 1 addition & 0 deletions pkg/helm/release/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func ParseInLocation(layout, value string, loc *time.Location) (Time, error) {
}

// Date returns the Time corresponding to the given year, month, day, hour, min, sec, and nsec.
// nolint:revive
func Date(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) Time {
return Time{Time: time.Date(year, month, day, hour, min, sec, nsec, loc)}
}
Expand Down

0 comments on commit ca6169e

Please sign in to comment.