Skip to content

Commit

Permalink
Merge pull request #1223 from JoshuaMcManus/version-bump-fdb-binaries
Browse files Browse the repository at this point in the history
Version bump fdb binaries
  • Loading branch information
JoshuaMcManus authored May 16, 2022
2 parents d688bcc + 216d7c4 commit acbaa7a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
FDB_VER: "7.1.4"
FDB_VER: "7.1.5"

jobs:
lint-go:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM docker.io/library/golang:1.17.8 as builder

# Install FDB this version is only required to compile the fdb operator
ARG FDB_VERSION=7.1.4
ARG FDB_VERSION=7.1.5
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
ARG TAG="latest"

Expand Down
4 changes: 2 additions & 2 deletions config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: fdb-binaries
mountPath: /var/output-files
- name: foundationdb-kubernetes-init-7-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.2-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.5-1
args:
- "--copy-library"
- "7.1"
Expand All @@ -75,7 +75,7 @@ spec:
- "--copy-binary"
- "fdbrestore"
- "--output-dir"
- "/var/output-files/7.1.2"
- "/var/output-files/7.1.5"
- "--init-mode"
volumeMounts:
- name: fdb-binaries
Expand Down
4 changes: 2 additions & 2 deletions config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ spec:
- --copy-binary
- fdbrestore
- --output-dir
- /var/output-files/7.1.2
- /var/output-files/7.1.5
- --init-mode
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.2-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.5-1
name: foundationdb-kubernetes-init-7-1
volumeMounts:
- mountPath: /var/output-files
Expand Down
2 changes: 1 addition & 1 deletion distrolesss.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM docker.io/library/golang:1.17.8 as builder

# Install FDB this version is only required to compile the fdb operator
ARG FDB_VERSION=7.1.4
ARG FDB_VERSION=7.1.5
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
ARG TAG="latest"

Expand Down
2 changes: 1 addition & 1 deletion helm/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ initContainers:
7.1:
image:
repository: foundationdb/foundationdb-kubernetes-sidecar
tag: 7.1.2-1
tag: 7.1.5-1
pullPolicy: IfNotPresent

globalMode:
Expand Down

0 comments on commit acbaa7a

Please sign in to comment.