Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Update api-manager manifests to v1.1.3-alpha2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs authored Sep 22, 2021
1 parent bf74ba6 commit 9511bfb
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

API_MANAGER_VERSION ?= v1.1.3-alpha1
API_MANAGER_VERSION ?= v1.1.3-alpha2
API_MANAGER_IMAGE ?= storageos/api-manager:$(API_MANAGER_VERSION)
API_MANAGER_MANIFESTS_IMAGE ?= storageos/api-manager-manifests:$(API_MANAGER_VERSION)
EXTERNAL_PROVISIONER_IMAGE ?= storageos/csi-provisioner:v2.1.1-patched
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ Run the unit tests with `make test`.

Run e2e tests with `make e2e`. e2e tests use [kuttl](https://kuttl.dev/).
Install kuttl kubectl plugin before running the e2e tests.

## Update api-manager manifests

Api-manager manifests are stored in the repo but updated manually. To update the manifests please follow the instructions below.

* Edit `API_MANAGER_VERSION` in `Makefile` or pass it to make target.
* Execute `make api-manager` command.
* Enjoy new version.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ rules:
resources:
- storageclasses
verbs:
- get
- list
- watch
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion channels/stable
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifests:
- name: api-manager
version: 1.1.3-alpha1
version: 1.1.3-alpha2
- name: csi
version: 0.1.0
- name: node
Expand Down

0 comments on commit 9511bfb

Please sign in to comment.