Skip to content

Commit cae0442

Browse files
Merge pull request #933 from newrelic/csongnr-patch-1
update pixie operator crd references
2 parents c9577b3 + 213f1c2 commit cae0442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/newrelic/infrastructure/kubernetes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,12 +653,12 @@ install:
653653
654654
if [[ "${NR_CLI_PIXIE}" == "true" ]]; then
655655
# only keep stderr in ERROR with 2>&1 >/dev/null; if the ERROR include any other than AlreadyExist, exit with the ERROR message
656-
ERROR=$($SUDO $KUBECTL create -f https://raw.githubusercontent.com/pixie-io/pixie/release/operator/v0.1.0/k8s/operator/helm/crds/olm_crd.yaml 2>&1 >/dev/null | grep -v AlreadyExists)
656+
ERROR=$($SUDO $KUBECTL create -f https://raw.githubusercontent.com/pixie-io/pixie/release/operator/v0.1.1/k8s/operator/helm/crds/olm_crd.yaml 2>&1 >/dev/null | grep -v AlreadyExists)
657657
if [[ "${ERROR}" != "" ]]; then
658658
echo "{\"Metadata\":{\"InstallationError\":\"OLM CRD creation failed - ${ERROR}\", \"K8sClientVersion\":\"$CLIENT_MAJOR_VERSION.$CLIENT_MINOR_VERSION\", \"K8sServerVersion\":\"$SERVER_MAJOR_VERSION.$SERVER_MINOR_VERSION\",\"DebugMessage\":\"$DEBUG_MESSAGE\"}}" | tee -a {{.NR_CLI_OUTPUT}}
659659
exit 33
660660
fi
661-
ERROR=$($SUDO $KUBECTL create -f https://raw.githubusercontent.com/pixie-io/pixie/release/operator/v0.1.0/k8s/operator/crd/base/px.dev_viziers.yaml 2>&1 >/dev/null | grep -v AlreadyExists)
661+
ERROR=$($SUDO $KUBECTL create -f https://raw.githubusercontent.com/pixie-io/pixie/release/operator/v0.1.1/k8s/operator/crd/base/px.dev_viziers.yaml 2>&1 >/dev/null | grep -v AlreadyExists)
662662
if [[ "${ERROR}" != "" ]]; then
663663
echo "{\"Metadata\":{\"InstallationError\":\"PX DEV VIZIERS creation failed - ${ERROR}\", \"K8sClientVersion\":\"$CLIENT_MAJOR_VERSION.$CLIENT_MINOR_VERSION\", \"K8sServerVersion\":\"$SERVER_MAJOR_VERSION.$SERVER_MINOR_VERSION\",\"DebugMessage\":\"$DEBUG_MESSAGE\"}}" | tee -a {{.NR_CLI_OUTPUT}}
664664
exit 33

0 commit comments

Comments
 (0)