File tree Expand file tree Collapse file tree 5 files changed +76
-2
lines changed
Expand file tree Collapse file tree 5 files changed +76
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ Both checks are required before proceeding with the installation.
5656
5757import { InstallationSnippet } from ' @site/src/components/Installation' ;
5858
59+ ### Directly using the manifest
60+
5961Install the plugin using ` kubectl ` by applying the manifest for the latest
6062release:
6163
@@ -98,6 +100,18 @@ deployment "barman-cloud" successfully rolled out
98100
99101This confirms that the plugin is deployed and ready to use.
100102
103+ ### Using the Helm Chart
104+
105+ The plugin can be installed using the provided [ Helm chart] ( https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud ) :
106+
107+ ``` sh
108+ helm repo add cnpg https://cloudnative-pg.github.io/charts
109+ helm upgrade --install barman-cloud \
110+ --namespace cnpg-system \
111+ --create-namespace \
112+ cnpg/plugin-barman-cloud
113+ ```
114+
101115## Testing the latest development snapshot
102116
103117You can also test the latest development snapshot of the plugin with the
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ Both checks are required before proceeding with the installation.
5454
5555## Installing the Barman Cloud Plugin
5656
57- import { InstallationSnippet } from ' @site/src/components/Installation' ;
57+ import { InstallationSnippet } from " @site/src/components/Installation" ;
58+
59+ ### Directly using the manifest
5860
5961Install the plugin using ` kubectl ` by applying the manifest for the latest
6062release:
@@ -98,6 +100,19 @@ deployment "barman-cloud" successfully rolled out
98100
99101This confirms that the plugin is deployed and ready to use.
100102
103+ ### Using the Helm Chart
104+
105+ The plugin can be installed using the provided [ Helm chart] ( https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud ) :
106+
107+ ``` sh
108+ helm repo add cnpg https://cloudnative-pg.github.io/charts
109+ helm upgrade --install barman-cloud \
110+ --namespace cnpg-system \
111+ --create-namespace \
112+ --version 0.4.0 \
113+ cnpg/plugin-barman-cloud
114+ ```
115+
101116## Testing the latest development snapshot
102117
103118You can also test the latest development snapshot of the plugin with the
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ Both checks are required before proceeding with the installation.
5656
5757import { InstallationSnippet } from ' @site/src/components/Installation' ;
5858
59+ ### Directly using the manifest
60+
5961Install the plugin using ` kubectl ` by applying the manifest for the latest
6062release:
6163
@@ -98,6 +100,19 @@ deployment "barman-cloud" successfully rolled out
98100
99101This confirms that the plugin is deployed and ready to use.
100102
103+ ### Using the Helm Chart
104+
105+ The plugin can be installed using the provided [ Helm chart] ( https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud ) :
106+
107+ ``` sh
108+ helm repo add cnpg https://cloudnative-pg.github.io/charts
109+ helm upgrade --install barman-cloud \
110+ --namespace cnpg-system \
111+ --create-namespace \
112+ --version 0.1.0 \
113+ cnpg/plugin-barman-cloud
114+ ```
115+
101116## Testing the latest development snapshot
102117
103118You can also test the latest development snapshot of the plugin with the
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ Both checks are required before proceeding with the installation.
5656
5757import { InstallationSnippet } from ' @site/src/components/Installation' ;
5858
59+ ### Directly using the manifest
60+
5961Install the plugin using ` kubectl ` by applying the manifest for the latest
6062release:
6163
@@ -98,6 +100,19 @@ deployment "barman-cloud" successfully rolled out
98100
99101This confirms that the plugin is deployed and ready to use.
100102
103+ ### Using the Helm Chart
104+
105+ The plugin can be installed using the provided [ Helm chart] ( https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud ) :
106+
107+ ``` sh
108+ helm repo add cnpg https://cloudnative-pg.github.io/charts
109+ helm upgrade --install barman-cloud \
110+ --namespace cnpg-system \
111+ --create-namespace \
112+ --version 0.2.0 \
113+ cnpg/plugin-barman-cloud
114+ ```
115+
101116## Testing the latest development snapshot
102117
103118You can also test the latest development snapshot of the plugin with the
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ Both checks are required before proceeding with the installation.
5454
5555## Installing the Barman Cloud Plugin
5656
57- import { InstallationSnippet } from ' @site/src/components/Installation' ;
57+ import { InstallationSnippet } from " @site/src/components/Installation" ;
58+
59+ ### Directly using the manifest
5860
5961Install the plugin using ` kubectl ` by applying the manifest for the latest
6062release:
@@ -98,6 +100,19 @@ deployment "barman-cloud" successfully rolled out
98100
99101This confirms that the plugin is deployed and ready to use.
100102
103+ ### Using the Helm Chart
104+
105+ The plugin can be installed using the provided [ Helm chart] ( https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud ) :
106+
107+ ``` sh
108+ helm repo add cnpg https://cloudnative-pg.github.io/charts
109+ helm upgrade --install barman-cloud \
110+ --namespace cnpg-system \
111+ --create-namespace \
112+ --version 0.3.1 \
113+ cnpg/plugin-barman-cloud
114+ ```
115+
101116## Testing the latest development snapshot
102117
103118You can also test the latest development snapshot of the plugin with the
You can’t perform that action at this time.
0 commit comments