Skip to content

Commit

Permalink
fix(ci): use kubernetes v1.23.16 with minikube
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Feb 9, 2023
1 parent 5f0b16d commit fb278ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: v1.29.0
kubernetes version: v1.25.6
kubernetes version: v1.23.16
start args: '--install-addons=false'

- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: v1.29.0
kubernetes version: v1.25.6
kubernetes version: v1.23.16
start args: '--install-addons=false'

- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion provisioner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (c *VolumeConfig) GetFSGroupID() (*int64, error) {
" and will be removed in future releases."+
"\nYou may use the %s option key in the "+
"NFS PersistentVolumeClaim's or NFS StorageClass's "+
"(NFS PVC's configuration takes precedence) %s "+
"(NFS SC's configuration takes precedence) %s "+
"annotation key to achieve the same result."+
"\nSample config:\n"+
"\t\t"+"- name: FilePermissions\n"+
Expand Down

0 comments on commit fb278ab

Please sign in to comment.