Skip to content

Commit

Permalink
Update golangci
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <k0da@opensuse.org>
  • Loading branch information
k0da committed Sep 11, 2024
1 parent 93b3782 commit 24bd495
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golagci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: GolangCI
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
version: v1.61.0
args: --timeout=3m
34 changes: 17 additions & 17 deletions chart/cap-infra-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ podAnnotations: {}
podLabels: {}

podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

livenessProbe:
httpGet:
Expand Down

0 comments on commit 24bd495

Please sign in to comment.