Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelgitlarskimdlz committed Oct 3, 2023
1 parent 31b8959 commit 9402add
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
name: Build nfs-ganesha base container

on:
push:
paths:
- "deploy/base/Dockerfile"
- ".github/workflows/docker-build.yml"
workflow_dispatch:

jobs:
docker:
Expand Down Expand Up @@ -47,4 +44,4 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: true
# keep tag in sync with deploy/base/Dockerfile:GANESHA_VERSION
tags: ghcr.io/${{ github.repository_owner }}/nfs-ganesha:V4.0.8
tags: ghcr.io/${{ github.repository_owner }}/nfs-ganesha:V5.5.3
2 changes: 1 addition & 1 deletion charts/nfs-server-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 4.0.8
appVersion: 5.5.3
description: nfs-server-provisioner is an out-of-tree dynamic provisioner for Kubernetes. You can use it to quickly & easily deploy shared storage that works almost anywhere.
name: nfs-server-provisioner
version: 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN dnf install -y \

# Clone specific version of ganesha
# Keep version in sync with .github/workflows/docker-build.yml
ARG GANESHA_VERSION=V4.0.8
ARG GANESHA_VERSION=next
RUN git clone --branch ${GANESHA_VERSION} --recurse-submodules https://github.com/nfs-ganesha/nfs-ganesha
WORKDIR /nfs-ganesha
RUN mkdir -p /usr/local \
Expand Down

0 comments on commit 9402add

Please sign in to comment.