<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: enable automatic version updates for OneAgent/Activegate in a K8s in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304229#M3617</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/106212"&gt;@Nakazato_IIM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The autoUpdate field existed in the older v1beta1 API version of the DynaKube custom resource. It has been deprecated and removed in the current v1beta6 or spec. If your dynakube.yaml uses v1beta6, that field simply doesn't exist anymore which is why you can't find it.&lt;/P&gt;&lt;P&gt;In the current v1beta6 API, there is no standalone autoUpdate: false flag. The only way to disable automatic updates is to pin a version using either the version field or the image field. Setting either one implicitly disables auto-update for that component.&lt;/P&gt;&lt;P&gt;My suggestion is use &lt;STRONG&gt;image&lt;/STRONG&gt; when pulling from a private/mirrored registry. Use &lt;STRONG&gt;version&lt;/STRONG&gt; when pulling from the default Dynatrace registry.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2026 03:31:11 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-09-09T03:31:11Z</dc:date>
    <item>
      <title>enable automatic version updates for OneAgent/Activegate in a K8s</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304174#M3613</link>
      <description>&lt;P&gt;I don't know how to disable automatic version updates for OneAgent/Activegate in a Kubernetes environment.&lt;BR /&gt;I've read that I can disable this by specifying “autoUpdate: false” in 'dynakube.yaml' but I can't find that setting in the YAML file.&lt;BR /&gt;I also don't know how to set it to a specific version.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 04:58:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304174#M3613</guid>
      <dc:creator>Nakazato_IIM</dc:creator>
      <dc:date>2026-09-09T04:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: enable automatic version updates for OneAgent/Activegate in a K8s</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304175#M3614</link>
      <description>&lt;P&gt;Correction&lt;/P&gt;&lt;P&gt;Disabling Automatic Updates&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2026 01:38:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304175#M3614</guid>
      <dc:creator>Nakazato_IIM</dc:creator>
      <dc:date>2026-09-08T01:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: enable automatic version updates for OneAgent/Activegate in a K8s</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304207#M3615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/106212"&gt;@Nakazato_IIM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I assume this is what you're looking for:&amp;nbsp;&lt;A title="Configure auto-update for Dynatrace Operator managed components" href="https://docs.dynatrace.com/docs/shortlink/auto-update-operator-components" target="_blank" rel="noopener"&gt;Configure auto-update for Dynatrace Operator managed components&lt;/A&gt;&lt;BR /&gt;Adding/omitting the &lt;STRONG&gt;image&lt;/STRONG&gt; field controls whether it will update or not.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2026 13:43:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304207#M3615</guid>
      <dc:creator>andre_vdveen</dc:creator>
      <dc:date>2026-09-08T13:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: enable automatic version updates for OneAgent/Activegate in a K8s</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304214#M3616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/106212"&gt;@Nakazato_IIM&lt;/a&gt;&amp;nbsp;I leave you the options you can use in the dynaKube YAML, by default autoupdate is enabled. But if you specify a particular version it will be tied to that version. I've never tried live that options.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;apiVersion: dynatrace.com/v1beta6
kind: DynaKube
metadata:
  name: dynakube
  namespace: dynatrace
spec:
  apiUrl: https://ENVIRONMENTID.live.dynatrace.com/api
  metadataEnrichment:
    enabled: true
  oneAgent:
    cloudNativeFullStack:
      tolerations:
        - effect: NoSchedule
          key: node-role.kubernetes.io/master
          operator: Exists
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists

      # Optional: Disable automatic restarts of OneAgent pods in case a new version is available
      # autoUpdate: true

      # Optional: The OneAgent version to be used.
      # Example: &amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;release&amp;gt;.&amp;lt;timestamp&amp;gt;, e.g. 1.200.0.20240101-000000
      #
      # version: ""

  activeGate:
    capabilities:
      - routing
      - kubernetes-monitoring
      - dynatrace-api

    # Optional: Use a custom ActiveGate image
    # image: ""
    resources:
      requests:
        cpu: 200m
        memory: 6Gi
      limits:
        cpu: 1000m
        memory: 6Gi
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2026 15:16:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304214#M3616</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2026-09-08T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: enable automatic version updates for OneAgent/Activegate in a K8s</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304229#M3617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/106212"&gt;@Nakazato_IIM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The autoUpdate field existed in the older v1beta1 API version of the DynaKube custom resource. It has been deprecated and removed in the current v1beta6 or spec. If your dynakube.yaml uses v1beta6, that field simply doesn't exist anymore which is why you can't find it.&lt;/P&gt;&lt;P&gt;In the current v1beta6 API, there is no standalone autoUpdate: false flag. The only way to disable automatic updates is to pin a version using either the version field or the image field. Setting either one implicitly disables auto-update for that component.&lt;/P&gt;&lt;P&gt;My suggestion is use &lt;STRONG&gt;image&lt;/STRONG&gt; when pulling from a private/mirrored registry. Use &lt;STRONG&gt;version&lt;/STRONG&gt; when pulling from the default Dynatrace registry.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 03:31:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/enable-automatic-version-updates-for-OneAgent-Activegate-in-a/m-p/304229#M3617</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-09-09T03:31:11Z</dc:date>
    </item>
  </channel>
</rss>

