Skip to content

Commit

Permalink
Update GEL plugin in k3d env to latest (#8378)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored Feb 1, 2023
1 parent 8fd956e commit 9920a27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tools/dev/k3d/environments/helm-cluster/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ local tenant = 'loki';
+ k.core.v1.secret.metadata.withNamespace('loki'),
grafana+: grafana.withEnterpriseLicenseText(importstr '../../secrets/grafana.jwt')
+ grafana.addPlugin(
'https://dl.grafana.com/gel/releases/grafana-enterprise-logs-app-v2.6.0.zip;grafana-enterprise-logs-app'
'https://storage.googleapis.com/grafana-enterprise-logs/dev/grafana-enterprise-logs-app-9515528.zip'
) + {
grafana_deployment+:
k.apps.v1.deployment.spec.template.spec.withInitContainersMixin([
Expand Down
2 changes: 1 addition & 1 deletion tools/dev/k3d/environments/helm-cluster/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"namespace": "environments/helm-cluster/main.jsonnet"
},
"spec": {
"apiServer": "https://0.0.0.0:43619",
"apiServer": "https://0.0.0.0:38539",
"namespace": "k3d-helm-cluster",
"resourceDefaults": {},
"expectVersions": {}
Expand Down
18 changes: 9 additions & 9 deletions tools/dev/k3d/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "consul"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "Po3c1Ic96ngrJCtOazic/7OsLkoILOKZWXWyZWl+od8="
},
{
Expand All @@ -18,7 +18,7 @@
"subdir": "enterprise-metrics"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "hi2ZpHKl7qWXmSZ46sAycjWEQK6oGsoECuDKQT1dA+k="
},
{
Expand All @@ -28,7 +28,7 @@
"subdir": "etcd-operator"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "duHm6wmUju5KHQurOe6dnXoKgl5gTUsfGplgbmAOsHw="
},
{
Expand All @@ -38,7 +38,7 @@
"subdir": "grafana"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "Y5nheroSOIwmE+djEVPq4OvvTxKenzdHhpEwaR3Ebjs="
},
{
Expand All @@ -48,7 +48,7 @@
"subdir": "jaeger-agent-mixin"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "nsukyr2SS8h97I2mxvBazXZp2fxu1i6eg+rKq3/NRwY="
},
{
Expand All @@ -58,7 +58,7 @@
"subdir": "ksonnet-util"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "/pkNOLhRqvQoPA0yYdUuJvpPHqhkCLauAUMD2ZHMIkE="
},
{
Expand All @@ -78,7 +78,7 @@
"subdir": "memcached"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "SWywAq4U0MRPMbASU0Ez8O9ArRNeoZzb75sEuReueow="
},
{
Expand All @@ -88,7 +88,7 @@
"subdir": "tanka-util"
}
},
"version": "09a66a888bfedc6a347a07544bf533fd5975acdb",
"version": "e87aa70c8857d09235fa658a6780e7646a625ce6",
"sum": "ShSIissXdvCy1izTCDZX6tY7qxCoepE5L+WJ52Hw7ZQ="
},
{
Expand All @@ -108,7 +108,7 @@
"subdir": "doc-util"
}
},
"version": "37dd4fbc103ef9beff67a7c205b60753c0172431",
"version": "01f689fb4a2d93f0fa4415491e95ea3ca641d6d8",
"sum": "yRBlDzGmyJ4eTdfftx51XrRW1fcBrtym+/yJENZywyE="
},
{
Expand Down

0 comments on commit 9920a27

Please sign in to comment.