Skip to content

Commit c994e05

Browse files
committed
replace latest with 0.0.0-dev in harbor
1 parent 1073fd2 commit c994e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/opa/pages/reference/environment-variables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker run \
3030
--env KUBECONFIG=/home/stackable/.kube/config \
3131
--env KUBERNETES_CLUSTER_DOMAIN=mycluster.local \
3232
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
33-
oci.stackable.tech/sdp/opa-operator:latest
33+
oci.stackable.tech/sdp/opa-operator:0.0.0-dev
3434
----
3535

3636
== PRODUCT_CONFIG
@@ -56,7 +56,7 @@ docker run \
5656
--env KUBECONFIG=/home/stackable/.kube/config \
5757
--env PRODUCT_CONFIG=/my/product/config.yaml \
5858
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
59-
oci.stackable.tech/sdp/opa-operator:latest
59+
oci.stackable.tech/sdp/opa-operator:0.0.0-dev
6060
----
6161

6262
== WATCH_NAMESPACE
@@ -85,7 +85,7 @@ docker run \
8585
--env KUBECONFIG=/home/stackable/.kube/config \
8686
--env WATCH_NAMESPACE=test \
8787
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
88-
oci.stackable.tech/sdp/opa-operator:latest
88+
oci.stackable.tech/sdp/opa-operator:0.0.0-dev
8989
----
9090

9191
== OPA_BUNDLE_BUILDER_CLUSTERROLE

0 commit comments

Comments
 (0)