Skip to content

Add Chronicle agent builtin sidecar definitions to Connect and Workbench #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

ianpittwood
Copy link
Contributor

  • Add configurable initContainers definition for Chronicle agent to Workbench and Connect charts.
  • Bump rstudio-library to 0.1.32 in Workbench and Connect dependencies.
  • Add information on Chronicle to READMEs.

…brary helpers

- Add initContainers chronicle agent definition to Workbench.
- Update initContainers to include chronicle agent definition.
- Add support for env and volumeMounts in definition.
- Bump rstudio-library versions to 0.1.32.
- Update READMEs with info on Chronicle agent.
- Update NEWS notes.
- Add serverNamespace value.
@ianpittwood ianpittwood requested review from bschwedler and a team May 15, 2025 20:26
serverAddress: ""
# -- The namespace for the Chronicle server. If not set, the chart will attempt to look up the address of the Chronicle Server in the release namespace.
serverNamespace: ""

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a way to provide a Workbench API key here as well. This API key is optional for agents running alongside Workbench, but we need to provide a mechanism for a user who wants to to provide one.

@@ -261,6 +261,33 @@ ingress:
# hosts:
# - chart-example.local

# -- Settings for the Chronicle Agent sidecar container
chronicleAgent:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have expected environment to be an option here. (This is related to the perhaps-poorly-named "environment" option for the agent: https://docs.posit.co/chronicle/appendix/library/advanced-agent.html#environment).

Maybe this is defined somewhere else?

@@ -63,6 +63,30 @@ strategy:
maxSurge: "100%"
maxUnavailable: 0

# -- Settings for the Chronicle Agent sidecar container
chronicleAgent:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above, I would expect environment to be here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants