Skip to content

Commit cf1ad82

Browse files
committed
Stash addon for 4.4.6
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 54bf57e commit cf1ad82

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5858
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5959
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6060

61-
BASEIMAGE_PROD ?= mongo:4.2.3
62-
BASEIMAGE_DBG ?= mongo:4.2.3
61+
BASEIMAGE_PROD ?= mongo:4.4.6
62+
BASEIMAGE_DBG ?= mongo:4.4.6
6363

6464
IMAGE := $(REGISTRY)/$(BIN)
6565
VERSION_PROD := $(VERSION)

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,6 @@
88

99
MongoDB backup and restore plugin for [Stash by AppsCode](https://appscode.com/products/stash).
1010

11-
<<<<<<< HEAD
12-
## Install
13-
14-
Install MongoDB 4.2.3 backup or restore plugin for Stash as below.
15-
16-
```console
17-
helm repo add appscode https://charts.appscode.com/stable/
18-
helm repo update
19-
helm install stash-mongodb-4.1.13 appscode/stash-mongodb --version=4.1.13 --namespace=kube-system
20-
```
21-
22-
To install catalog for all supported MongoDB versions, please visit [here](https://github.com/stashed/catalog).
23-
24-
## Uninstall
25-
26-
Uninstall MongoDB 4.2.3 backup or restore plugin for Stash as below.
27-
28-
```console
29-
helm delete stash-mongodb--4.1.13 --namespace=kube-system
30-
```
31-
32-
=======
33-
>>>>>>> bd146366... Move docs into stashed/docs repo + Cleanup (#855)
3411
## Support
3512

3613
We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).

0 commit comments

Comments
 (0)